Package | Description |
---|---|
org.apache.cayenne |
Contains persistence APIs directly accessible by users.
|
Modifier and Type | Class and Description |
---|---|
class |
CayenneDataObject
Implementation of
DataObject that uses Map to store object fields. |
class |
HybridDataObject
This data object like
CayenneDataObject uses Map to store generic attributes,
only difference is that this Map will be created lazily at first write, thus reducing memory penalty if possible. |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.