[jOOQ/jOOQ#17670] [jOOQ/jOOQ#17671] Mark property as transient to denote its cache nature
This commit is contained in:
parent
db62f6c107
commit
64107cd10c
@ -86,7 +86,7 @@ final class BatchSingle extends AbstractBatch implements BatchBindStep {
|
||||
final Map<String, List<Integer>> nameToIndexMapping;
|
||||
final List<Object[]> allBindValues;
|
||||
final int expectedBindValues;
|
||||
List<Object> defaultValues;
|
||||
transient List<Object> defaultValues;
|
||||
|
||||
public BatchSingle(Configuration configuration, Query query) {
|
||||
super(configuration);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user