Uses of Class
org.apache.cayenne.exp.property.EntityProperty
Packages that use EntityProperty
-
Uses of EntityProperty in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return EntityPropertyModifier and TypeMethodDescriptionCreates alias with different name for this propertystatic <T extends Persistent>
EntityProperty<T> PropertyFactory.createEntity
(String name, Class<T> type) Create entity propertystatic <T extends Persistent>
EntityProperty<T> PropertyFactory.createEntity
(String name, Expression expression, Class<T> entityType) Create entity propertystatic <T extends Persistent>
EntityProperty<T> PropertyFactory.createEntity
(Expression expression, Class<T> type) Create entity propertystatic <T extends Persistent>
EntityProperty<T> PropertyFactory.createSelf
(Class<T> type) Self property allows to create column queries that return full objects along with custom column set.static <T extends Persistent>
EntityProperty<T> PropertyFactory.createSelf
(Expression expression, Class<T> type) Self property allows to create column queries that return full objects along with custom column set.default <T extends Persistent>
EntityProperty<T> RelationshipProperty.dot
(EntityProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.EntityProperty.enclosing()
CollectionProperty.flat()
Create new "flat" property for toMany relationship.MapProperty.flat()
Create new "flat" property for toMany relationship.EntityProperty.outer()
Returns a version of this property that represents an OUTER join.Methods in org.apache.cayenne.exp.property with parameters of type EntityPropertyModifier and TypeMethodDescriptiondefault <T extends Persistent>
EntityProperty<T> RelationshipProperty.dot
(EntityProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.