Uses of Class
org.apache.cayenne.PersistentObject
Packages that use PersistentObject
-
Uses of PersistentObject in org.apache.cayenne
Subclasses of PersistentObject in org.apache.cayenneModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Implementation ofPersistent
that usesMap
to store object fields.class
This data object likeGenericPersistentObject
usesMap
to store generic attributes, only difference is that this Map will be created lazily at first write, thus reducing memory penalty if possible.
PersistentObject
directly