Inheritance diagram for com::sleepycat::bind::serial::TupleSerialKeyCreator:
Public Member Functions | |
TupleSerialKeyCreator (ClassCatalog classCatalog, Class dataClass) | |
TupleSerialKeyCreator (SerialBinding dataBinding) | |
abstract boolean | createSecondaryKey (TupleInput primaryKeyInput, Object dataInput, TupleOutput indexKeyOutput) |
Object | nullifyForeignKey (Object data) |
Definition at line 33 of file TupleSerialKeyCreator.java.
|
Creates a tuple-serial key creator.
Definition at line 46 of file TupleSerialKeyCreator.java. |
|
Creates a tuple-serial key creator.
Definition at line 56 of file TupleSerialKeyCreator.java. |
|
Creates the index key entry from primary key tuple entry and deserialized data entry.
Implemented in com::sleepycat::bind::serial::TupleSerialMarshalledKeyCreator. |
|
Clears the index key in the deserialized data entry. On entry the data parameter contains the index key to be cleared. It should be changed by this method such that createSecondaryKey will return false. Other fields in the data object should remain unchanged.
Reimplemented in com::sleepycat::bind::serial::TupleSerialMarshalledKeyCreator. Definition at line 132 of file TupleSerialKeyCreator.java. |