| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity>A concrete  TupleSerialBindingthat delegates to theMarshalledTupleKeyEntityinterface of the entity class. | 
| class  | TupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity>A concrete key creator that works in conjunction with a  TupleSerialMarshalledBinding. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TupleTupleMarshalledBinding<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>A concrete  TupleTupleBindingthat delegates to theMarshalledTupleEntryandMarshalledTupleKeyEntityinterfaces of the entity class. | 
| class  | TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>A concrete key creator that works in conjunction with a  TupleTupleMarshalledBinding. | 
| Modifier and Type | Method and Description | 
|---|---|
| <V extends MarshalledTupleKeyEntity> | TupleSerialFactory. getEntityBinding(java.lang.Class<V> baseClass) | 
| <V extends MarshalledTupleKeyEntity> | TupleSerialFactory. getKeyCreator(java.lang.Class<V> valueBaseClass,
             java.lang.String keyName)Creates a  SecondaryKeyCreatorobject for use in configuring
 aSecondaryDatabase. | 
| <K,V extends MarshalledTupleKeyEntity> | TupleSerialFactory. newMap(Database db,
      java.lang.Class<K> keyClass,
      java.lang.Class<V> valueBaseClass,
      boolean writeAllowed)Creates a map from a previously opened Database object. | 
| <K,V extends MarshalledTupleKeyEntity> | TupleSerialFactory. newSortedMap(Database db,
            java.lang.Class<K> keyClass,
            java.lang.Class<V> valueBaseClass,
            boolean writeAllowed)Creates a sorted map from a previously opened Database object. | 
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.