com.sleepycat.bind
public interface EntityBinding
Method Summary | |
---|---|
Object | entryToObject(DatabaseEntry key, DatabaseEntry data)
Converts key and data entry buffers into an entity Object.
|
void | objectToData(Object object, DatabaseEntry data)
Extracts the data entry from an entity Object.
|
void | objectToKey(Object object, DatabaseEntry key)
Extracts the key entry from an entity Object.
|
Parameters: key is the source key entry. data is the source data entry.
Returns: the resulting Object.
Parameters: object is the source Object. data is the destination entry buffer.
Parameters: object is the source Object. key is the destination entry buffer.