Uses of Interface
org.apache.cayenne.exp.property.RelationshipProperty
Packages that use RelationshipProperty
Package
Description
Cayenne data expression classes.
Property API
-
Uses of RelationshipProperty in org.apache.cayenne.exp
Classes in org.apache.cayenne.exp that implement RelationshipProperty -
Uses of RelationshipProperty in org.apache.cayenne.exp.property
Classes in org.apache.cayenne.exp.property that implement RelationshipPropertyModifier and TypeClassDescriptionclass
CollectionProperty<V extends Persistent,
E extends Collection<V>> Base class forListProperty
andSetProperty
class
EntityProperty<E extends Persistent>
Property that represents to-one relationships.class
ListProperty<V extends Persistent>
Property that represents to-many relationship mapped onList
.class
MapProperty<K,
V extends Persistent> Property that represents to-many relationship mapped onMap
.class
SetProperty<V extends Persistent>
Property that represents to-many relationship mapped onSet
.
PropertyFactory
andorg.apache.cayenne.exp.property
package.