Uses of Interface
org.apache.cayenne.commitlog.model.PropertyChangeVisitor
-
Packages that use PropertyChangeVisitor Package Description org.apache.cayenne.commitlog.model -
-
Uses of PropertyChangeVisitor in org.apache.cayenne.commitlog.model
Methods in org.apache.cayenne.commitlog.model with parameters of type PropertyChangeVisitor Modifier and Type Method Description <T> TMutableAttributeChange. accept(PropertyChangeVisitor<T> visitor)<T> TMutableToManyRelationshipChange. accept(PropertyChangeVisitor<T> visitor)<T> TMutableToOneRelationshipChange. accept(PropertyChangeVisitor<T> visitor)<T> TPropertyChange. accept(PropertyChangeVisitor<T> visitor)
-