|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EntryBinding
A binding between a key or data entry and a key or data object.
| 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. |
| Method Detail |
|---|
java.lang.Object entryToObject(DatabaseEntry entry)
entry - is the source entry buffer.
void objectToEntry(java.lang.Object object,
DatabaseEntry entry)
object - 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 | ||||||||