| java.lang.Object com.sleepycat.persist.impl.PersistKeyBinding
PersistKeyBinding | public class PersistKeyBinding implements EntryBinding(Code) | | A persistence key binding for a given key class.
author: Mark Hayes |
rawAccess | boolean rawAccess(Code) | | |
PersistKeyBinding | public PersistKeyBinding(Catalog catalog, String clsName, boolean rawAccess)(Code) | | Creates a key binding for a given key class.
|
PersistKeyBinding | PersistKeyBinding(Class cls, String[] compositeFieldOrder)(Code) | | Creates a key binding dynamically for use by PersistComparator. Formats
are created from scratch rather than using a shared catalog.
|
bytesToObject | Object bytesToObject(byte[] bytes, int offset, int length)(Code) | | Binds bytes to an object for use by PersistComparator as well as
entryToObject.
|
readKey | static Object readKey(Format keyFormat, Catalog catalog, byte[] bytes, int offset, int length, boolean rawAccess)(Code) | | Binds bytes to an object for use by PersistComparator as well as
entryToObject.
|
|
|