Inheritance diagram for com::sleepycat::bind::serial::test::MarshalledObject:
Public Member Functions | |
void | marshalPrimaryKey (TupleOutput keyOutput) |
void | unmarshalPrimaryKey (TupleInput keyInput) |
boolean | marshalSecondaryKey (String keyName, TupleOutput keyOutput) |
boolean | nullifyForeignKey (String keyName) |
Definition at line 21 of file MarshalledObject.java.
|
Extracts the entity's primary key and writes it to the key output.
Implements com::sleepycat::bind::tuple::MarshalledTupleKeyEntity. Definition at line 76 of file MarshalledObject.java. References com::sleepycat::bind::tuple::TupleOutput::writeString(). |
|
Extracts the entity's secondary key and writes it to the key output.
Implements com::sleepycat::bind::tuple::MarshalledTupleKeyEntity. Definition at line 86 of file MarshalledObject.java. References com::sleepycat::bind::tuple::TupleOutput::writeString(). |
|
Clears the entity's secondary key fields for the given key name. The specified index key should be changed by this method such that marshalSecondaryKey for the same key name will return false. Other fields in the data object should remain unchanged.
Implements com::sleepycat::bind::tuple::MarshalledTupleKeyEntity. Definition at line 107 of file MarshalledObject.java. |
|
Completes construction of the entity by setting its primary key from the stored primary key.
Implements com::sleepycat::bind::tuple::MarshalledTupleKeyEntity. Definition at line 81 of file MarshalledObject.java. |