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