Uses of Class
org.apache.cayenne.exp.property.SelfProperty
Packages that use SelfProperty
-
Uses of SelfProperty in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return SelfPropertyModifier and TypeMethodDescriptionstatic <T extends Persistent>
SelfProperty<T> PropertyFactory.createSelf
(Class<T> type) Self property allows to create column queries that return full objects along with custom column set.