Uses of Class
org.apache.cayenne.exp.property.BaseIdProperty
-
Packages that use BaseIdProperty Package Description org.apache.cayenne.exp.property Property API -
-
Uses of BaseIdProperty in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return BaseIdProperty Modifier and Type Method Description static <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)default <T> BaseIdProperty<T>RelationshipProperty. dot(BaseIdProperty<T> property)Methods in org.apache.cayenne.exp.property with parameters of type BaseIdProperty Modifier and Type Method Description default <T> BaseIdProperty<T>RelationshipProperty. dot(BaseIdProperty<T> property)
-