Class Values
java.lang.Object
org.apache.cayenne.access.flush.operation.Values
Collection of values that should be inserted or updated in DB.
- Since:
- 4.2
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected final DbRowOp
protected List
<DbAttribute> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFlattenedId
(String path, ObjectId id) void
addValue
(DbAttribute attribute, Object value, boolean fk) void
clear()
boolean
isEmpty()
boolean
isSameBatch
(Values other) void
-
Field Details
-
row
-
includeId
protected final boolean includeId -
attributeSnapshot
-
fkSnapshot
-
updatedAttributes
-
flattenedIds
-
-
Constructor Details
-
Values
-
-
Method Details
-
addValue
-
merge
-
addFlattenedId
-
getSnapshot
-
getUpdatedAttributes
-
getFlattenedIds
-
isEmpty
public boolean isEmpty() -
clear
public void clear() -
isSameBatch
-