Uses of Interface
org.apache.cayenne.exp.property.RelationshipProperty
-
Packages that use RelationshipProperty Package Description org.apache.cayenne.exp Cayenne data expression classes.org.apache.cayenne.exp.property Property API -
-
Uses of RelationshipProperty in org.apache.cayenne.exp
Classes in org.apache.cayenne.exp that implement RelationshipProperty Modifier and Type Class Description classProperty<E>Deprecated.since 4.2 in favour of type-specific set of properties, seePropertyFactoryandorg.apache.cayenne.exp.propertypackage. -
Uses of RelationshipProperty in org.apache.cayenne.exp.property
Classes in org.apache.cayenne.exp.property that implement RelationshipProperty Modifier and Type Class Description classCollectionProperty<V extends Persistent,E extends Collection<V>>Base class forListPropertyandSetPropertyclassEntityProperty<E extends Persistent>Property that represents to-one relationships.classListProperty<V extends Persistent>Property that represents to-many relationship mapped onList.classMapProperty<K,V extends Persistent>Property that represents to-many relationship mapped onMap.classSetProperty<V extends Persistent>Property that represents to-many relationship mapped onSet.
-