com.sleepycat.bind |
Bindings between database entries and Java objects.
@see [Getting Started Guide]
|
Java Source File Name | Type | Comment |
ByteArrayBinding.java | Class | A pass-through EntryBinding that uses the entry's byte array as
the key or data object. |
EntityBinding.java | Interface | A binding between a key-value entry pair and an entity object. |
EntryBinding.java | Interface | A binding between a key or data entry and a key or data object. |
RecordNumberBinding.java | Class | An EntryBinding that treats a record number key entry as a
Long key object. |