Class TupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity>

java.lang.Object
com.sleepycat.bind.tuple.TupleBase
com.sleepycat.bind.serial.TupleSerialKeyCreator<D>
com.sleepycat.bind.serial.TupleSerialMarshalledKeyCreator<D>
All Implemented Interfaces:
ForeignKeyNullifier, SecondaryKeyCreator

public class TupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity> extends TupleSerialKeyCreator<D>
A concrete key creator that works in conjunction with a TupleSerialMarshalledBinding. This key creator works by calling the methods of the MarshalledTupleKeyEntity interface to create and clear the index key fields.
See Also: