|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.persist.impl.PersistKeyBinding
public class PersistKeyBinding
A persistence key binding for a given key class.
| Constructor Summary | |
|---|---|
PersistKeyBinding(com.sleepycat.persist.impl.Catalog catalog,
java.lang.String clsName,
boolean rawAccess)
Creates a key binding for a given key class. |
|
| Method Summary | |
|---|---|
java.lang.Object |
entryToObject(DatabaseEntry entry)
Converts a entry buffer into an Object. |
void |
objectToEntry(java.lang.Object object,
DatabaseEntry entry)
Converts an Object into a entry buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistKeyBinding(com.sleepycat.persist.impl.Catalog catalog,
java.lang.String clsName,
boolean rawAccess)
| Method Detail |
|---|
public java.lang.Object entryToObject(DatabaseEntry entry)
EntryBinding
entryToObject in interface EntryBindingentry - is the source entry buffer.
public void objectToEntry(java.lang.Object object,
DatabaseEntry entry)
EntryBinding
objectToEntry in interface EntryBindingobject - is the source Object.entry - is the destination entry buffer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||