Uses of Class
org.apache.cayenne.exp.property.CollectionProperty
Packages that use CollectionProperty
-
Uses of CollectionProperty in org.apache.cayenne.exp.property
Subclasses of CollectionProperty in org.apache.cayenne.exp.propertyModifier and TypeClassDescriptionclass
ListProperty<V extends Persistent>
Property that represents to-many relationship mapped onList
.class
SetProperty<V extends Persistent>
Property that represents to-many relationship mapped onSet
.