public interface PropertyChangeVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitAttribute(AttributeChange change) |
T |
visitToManyRelationship(ToManyRelationshipChange change) |
T |
visitToOneRelationship(ToOneRelationshipChange change) |
T visitAttribute(AttributeChange change)
T visitToOneRelationship(ToOneRelationshipChange change)
T visitToManyRelationship(ToManyRelationshipChange change)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.