Uses of Interface
org.apache.cayenne.exp.property.PathProperty
Packages that use PathProperty
-
Uses of PathProperty in org.apache.cayenne.exp.property
Subinterfaces of PathProperty in org.apache.cayenne.exp.propertyModifier and TypeInterfaceDescriptioninterface
Interface (or "Trait") that provides basic functionality for all types of relationships.Classes in org.apache.cayenne.exp.property that implement PathPropertyModifier and TypeClassDescriptionclass
CollectionProperty<V extends Persistent,
E extends Collection<V>> Base class forListProperty
andSetProperty
class
Property that represents object attribute mapped onEmbeddable
object.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
SelfProperty<E extends Persistent>
Property that represents root entity
Usage example:class
SetProperty<V extends Persistent>
Property that represents to-many relationship mapped onSet
.