Uses of Class
org.apache.cayenne.PersistentObject
-
Uses of PersistentObject in org.apache.cayenne
Modifier and TypeClassDescriptionclass
Base implementation ofDataObject
, have no assumption about how data is actually stored.class
Implementation ofDataObject
that usesMap
to store object fields.class
This data object likeCayenneDataObject
usesMap
to store generic attributes, only difference is that this Map will be created lazily at first write, thus reducing memory penalty if possible.