Uses of Class
org.apache.cayenne.exp.property.BaseIdProperty
Packages that use BaseIdProperty
-
Uses of BaseIdProperty in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return BaseIdPropertyModifier and TypeMethodDescriptionstatic <T> BaseIdProperty
<T> PropertyFactory.createBaseId
(String attribute, String entityName, Class<T> propertyType) static <T> BaseIdProperty
<T> PropertyFactory.createBaseId
(String attribute, String path, String entityName, Class<T> propertyType) static <T> BaseIdProperty
<T> PropertyFactory.createBaseId
(String attribute, CayennePath path, String entityName, Class<T> propertyType) Create property that represents base IDdefault <T> BaseIdProperty
<T> RelationshipProperty.dot
(BaseIdProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.Methods in org.apache.cayenne.exp.property with parameters of type BaseIdPropertyModifier and TypeMethodDescriptiondefault <T> BaseIdProperty
<T> RelationshipProperty.dot
(BaseIdProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.