|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshalledTupleKeyEntity | |
---|---|
com.sleepycat.bind.serial | Bindings that use Java serialization. |
com.sleepycat.bind.tuple | Bindings that use sequences of primitive fields, or tuples. |
com.sleepycat.collections | Data access based on the standard Java collections API. |
Uses of MarshalledTupleKeyEntity in com.sleepycat.bind.serial |
---|
Classes in com.sleepycat.bind.serial with type parameters of type MarshalledTupleKeyEntity | |
---|---|
class |
TupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity>
A concrete TupleSerialBinding that delegates to the
MarshalledTupleKeyEntity interface of the entity class. |
class |
TupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity>
A concrete key creator that works in conjunction with a TupleSerialMarshalledBinding . |
Uses of MarshalledTupleKeyEntity in com.sleepycat.bind.tuple |
---|
Classes in com.sleepycat.bind.tuple with type parameters of type MarshalledTupleKeyEntity | |
---|---|
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 . |
Uses of MarshalledTupleKeyEntity in com.sleepycat.collections |
---|
Methods in com.sleepycat.collections with type parameters of type MarshalledTupleKeyEntity | ||
---|---|---|
|
TupleSerialFactory.getEntityBinding(Class<V> baseClass)
|
|
|
TupleSerialFactory.getKeyCreator(Class<V> valueBaseClass,
String keyName)
Creates a SecondaryKeyCreator object for use in configuring
a SecondaryDatabase . |
|
|
TupleSerialFactory.newMap(Database db,
Class<K> keyClass,
Class<V> valueBaseClass,
boolean writeAllowed)
Creates a map from a previously opened Database object. |
|
|
TupleSerialFactory.newSortedMap(Database db,
Class<K> keyClass,
Class<V> valueBaseClass,
boolean writeAllowed)
Creates a sorted map from a previously opened Database object. |
|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |