Uses of Class
org.apache.cayenne.exp.property.ListProperty
Packages that use ListProperty
-
Uses of ListProperty in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return ListPropertyModifier 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.Methods in org.apache.cayenne.exp.property with parameters of type ListPropertyModifier 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.