An abstract EntityBinding that treats an entity's key entry and
data entry as tuples.
This class takes care of converting the entries to/from
TupleInput and
TupleOutput objects. Its three abstract methods
must be implemented by a concrete subclass to convert between tuples and
entity objects.
Constructs an entity object from
TupleInput key and data
entries.
Parameters: keyInput - is the TupleInput key entry object. Parameters: dataInput - is the TupleInput data entry object. the entity object constructed from the key and data.
Extracts a key tuple from an entity object.
Parameters: object - is the entity object. Parameters: output - is the TupleOutput to which the data should bewritten.
Extracts a key tuple from an entity object.
Parameters: object - is the entity object. Parameters: output - is the TupleOutput to which the key should bewritten.
Methods inherited from com.sleepycat.bind.tuple.TupleBase