Uses of Class
org.apache.cayenne.exp.property.ListProperty
-
Uses of ListProperty in org.apache.cayenne.exp.property
Modifier and TypeMethodDescriptionCreates alias with different name for this propertystatic <T extends Persistent>
ListProperty<T> PropertyFactory.createList
(String name, Class<T> entityType) Create to-many relationship mapped on list propertystatic <T extends Persistent>
ListProperty<T> PropertyFactory.createList
(String name, Expression expression, Class<T> entityType) Create to-many relationship mapped on list propertydefault <T extends Persistent>
ListProperty<T> RelationshipProperty.dot
(ListProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.ListProperty.enclosing()
ListProperty.outer()
Returns a version of this property that represents an OUTER join.Modifier and TypeMethodDescriptiondefault <T extends Persistent>
ListProperty<T> RelationshipProperty.dot
(ListProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.