Uses of Interface
org.apache.cayenne.commitlog.model.ToOneRelationshipChange
-
Packages that use ToOneRelationshipChange Package Description org.apache.cayenne.commitlog.model -
-
Uses of ToOneRelationshipChange in org.apache.cayenne.commitlog.model
Classes in org.apache.cayenne.commitlog.model that implement ToOneRelationshipChange Modifier and Type Class Description classMutableToOneRelationshipChangeMethods in org.apache.cayenne.commitlog.model that return types with arguments of type ToOneRelationshipChange Modifier and Type Method Description Map<String,? extends ToOneRelationshipChange>MutableObjectChange. getToOneRelationshipChanges()Map<String,? extends ToOneRelationshipChange>ObjectChange. getToOneRelationshipChanges()Methods in org.apache.cayenne.commitlog.model with parameters of type ToOneRelationshipChange Modifier and Type Method Description TPropertyChangeVisitor. visitToOneRelationship(ToOneRelationshipChange change)
-