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