com.sleepycat.bind.serial
public class TupleSerialMarshalledKeyCreator extends TupleSerialKeyCreator
| Constructor Summary | |
|---|---|
| TupleSerialMarshalledKeyCreator(TupleSerialMarshalledBinding binding, String keyName)
Creates a tuple-serial marshalled key creator.
| |
| Method Summary | |
|---|---|
| boolean | createSecondaryKey(TupleInput primaryKeyInput, Object dataInput, TupleOutput indexKeyOutput) |
| Object | nullifyForeignKey(Object dataInput) |
Parameters: binding is the binding used for the tuple-serial entity. keyName is the key name passed to the MarshalledTupleKeyEntity method to identify the index key.