Package org.apache.cayenne.reflect
Interface PropertyVisitor
public interface PropertyVisitor
A visitor for various types of properties in a ClassDescriptor. Helpful in defining
operations that should be performed differently on different properties.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
visitAttribute
(AttributeProperty property) boolean
visitToMany
(ToManyProperty property) boolean
visitToOne
(ToOneProperty property)
-
Method Details
-
visitAttribute
-
visitToOne
-
visitToMany
-