com.sleepycat.bind

The following classes, interfaces, and methods are available in the com.sleepycat.bind package:

com.sleepycat.bind.ByteArrayBinding

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.

com.sleepycat.bind.EntityBinding

The interface implemented to create a binding between a key-value entry pair and an entity object.

com.sleepycat.bind.EntryBinding

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.