The following classes, interfaces, and methods are available in the com.sleepycat.bind package:
A pass-through EntryBinding that uses the entry's byte array as the key or data object.
Method | Description |
---|---|
entryToObject |
Converts a entry buffer into an Object. |
objectToEntry |
Converts an Object into a entry buffer. |
The interface implemented to create a binding between a key-value entry pair and an entity object.
The interface implemented for creating a binding between a key or data entry and a key or data object.
For more information, see Numerical and String Objects.