Package | Description |
---|---|
com.sleepycat.bind.tuple |
Bindings that use sequences of primitive fields, or tuples.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleMarshalledBinding<E extends MarshalledTupleEntry>
A concrete
TupleBinding that delegates to the
MarshalledTupleEntry interface of the data or key object. |
class |
TupleTupleMarshalledBinding<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
A concrete
TupleTupleBinding that delegates to the
MarshalledTupleEntry and
MarshalledTupleKeyEntity interfaces of the entity class. |
class |
TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
A concrete key creator that works in conjunction with a
TupleTupleMarshalledBinding . |
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.