Package io.jmix.eclipselink.impl
Class JpaSaveContext
java.lang.Object
io.jmix.core.SaveContext
io.jmix.eclipselink.impl.JpaSaveContext
- All Implemented Interfaces:
Serializable
Stores cascaded entities in addition to standard
SaveContext
data- See Also:
-
Field Summary
Fields inherited from class io.jmix.core.SaveContext
accessConstraints, discardSaved, entitiesToRemove, entitiesToSave, fetchPlans, hints, joinTransaction
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.core.SaveContext
getAccessConstraints, getEntitiesToRemove, getEntitiesToSave, getFetchPlans, getHints, isDiscardSaved, isJoinTransaction, removing, saving, saving, setAccessConstraints, setDiscardSaved, setHint, setHints, setJoinTransaction
-
Field Details
-
cascadeAffectedEntities
-
-
Constructor Details
-
JpaSaveContext
-
-
Method Details
-
getCascadeAffectedEntities
- Returns:
- entities from
entitiesToSave
andentitiesToRemove
collections that has been added because of cascade operations.
-