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