Package org.apache.cayenne.access.flush
Class EffectiveOpId
java.lang.Object
org.apache.cayenne.access.flush.EffectiveOpId
Helper value-object class that used to compare operations by "effective" id (i.e. by id snapshot,
that will include replacement id if any).
- Since:
- 4.2
-
Constructor Summary
ConstructorDescriptionEffectiveOpId
(String entityName, Map<String, Object> idSnapshot) EffectiveOpId
(String entityName, ObjectId id) -
Method Summary