| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntryBinding | |
|---|---|
| com.sleepycat.bind | Bindings between database entries and Java objects. | 
| 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. | 
| com.sleepycat.persist | The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. | 
| Uses of EntryBinding in com.sleepycat.bind | 
|---|
| Classes in com.sleepycat.bind that implement EntryBinding | |
|---|---|
|  class | ByteArrayBindingA pass-through EntryBindingthat uses the entry's byte array as
 the key or data object. | 
|  class | RecordNumberBindingAn EntryBindingthat treats a record number key entry as aLongkey object. | 
| Uses of EntryBinding in com.sleepycat.bind.serial | 
|---|
| Classes in com.sleepycat.bind.serial that implement EntryBinding | |
|---|---|
|  class | SerialBinding<E>A concrete EntryBindingthat treats a key or data entry as
 a serialized object. | 
| Uses of EntryBinding in com.sleepycat.bind.tuple | 
|---|
| Classes in com.sleepycat.bind.tuple that implement EntryBinding | |
|---|---|
|  class | BigDecimalBindingA concrete TupleBindingfor an unsortedBigDecimalvalue. | 
|  class | BigIntegerBindingA concrete TupleBindingfor aBigIntegervalue. | 
|  class | BooleanBindingA concrete TupleBindingfor aBooleanprimitive
 wrapper or abooleanprimitive. | 
|  class | ByteBindingA concrete TupleBindingfor aByteprimitive
 wrapper or abyteprimitive. | 
|  class | CharacterBindingA concrete TupleBindingfor aCharacterprimitive
 wrapper or acharprimitive. | 
|  class | DoubleBindingA concrete TupleBindingfor an unsortedDoubleprimitive wrapper or an unsorteddoubleprimitive. | 
|  class | FloatBindingA concrete TupleBindingfor an unsortedFloatprimitive wrapper or an unsortedfloatprimitive. | 
|  class | IntegerBindingA concrete TupleBindingfor aIntegerprimitive
 wrapper or anintprimitive. | 
|  class | LongBindingA concrete TupleBindingfor aLongprimitive
 wrapper or alongprimitive. | 
|  class | PackedIntegerBindingA concrete TupleBindingfor an unsortedIntegerprimitive wrapper or an unsortedintprimitive, that stores the
 value in the smallest number of bytes possible. | 
|  class | PackedLongBindingA concrete TupleBindingfor an unsortedLongprimitive wrapper or an unsortedlongprimitive, that stores
 the value in the smallest number of bytes possible. | 
|  class | ShortBindingA concrete TupleBindingfor aShortprimitive
 wrapper or ashortprimitive. | 
|  class | SortedBigDecimalBindingA concrete TupleBindingfor a sortedBigDecimalvalue. | 
|  class | SortedDoubleBindingA concrete TupleBindingfor a sortedDoubleprimitive wrapper or a sorteddoubleprimitive. | 
|  class | SortedFloatBindingA concrete TupleBindingfor a sortedFloatprimitive wrapper or sorted afloatprimitive. | 
|  class | SortedPackedIntegerBindingA concrete TupleBindingfor a sortedIntegerprimitive wrapper or a sortedintprimitive, that stores the
 value in the smallest number of bytes possible. | 
|  class | SortedPackedLongBindingA concrete TupleBindingfor a sortedLongprimitive wrapper or a sortedlongprimitive, that stores the
 value in the smallest number of bytes possible. | 
|  class | StringBindingA concrete TupleBindingfor a simpleStringvalue. | 
|  class | TupleBinding<E>An abstract EntryBindingthat treats a key or data entry as a
 tuple; it includes predefined bindings for Java primitive types. | 
|  class | TupleInputBindingA concrete EntryBindingthat uses theTupleInputobject as the key or data object. | 
|  class | TupleMarshalledBinding<E extends MarshalledTupleEntry>A concrete TupleBindingthat delegates to theMarshalledTupleEntryinterface of the data or key object. | 
| Uses of EntryBinding in com.sleepycat.collections | 
|---|
| Methods in com.sleepycat.collections with parameters of type EntryBinding | ||
|---|---|---|
| 
 | StoredMap.duplicatesMap(K secondaryKey,
              EntryBinding primaryKeyBinding)Returns a new map from primary key to value for the subset of records having a given secondary key (duplicates). | |
| Constructors in com.sleepycat.collections with parameters of type EntryBinding | |
|---|---|
| StoredKeySet(Database database,
             EntryBinding<K> keyBinding,
             boolean writeAllowed)Creates a key set view of a Database. | |
| StoredList(Database database,
           EntryBinding<E> valueBinding,
           boolean writeAllowed)Creates a list view of a Database. | |
| StoredList(Database database,
           EntryBinding<E> valueBinding,
           PrimaryKeyAssigner keyAssigner)Creates a list view of a Databasewith aPrimaryKeyAssigner. | |
| StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntityBinding<V> valueEntityBinding,
          boolean writeAllowed)Creates a map entity view of a Database. | |
| StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntityBinding<V> valueEntityBinding,
          PrimaryKeyAssigner keyAssigner)Creates a map entity view of a Databasewith aPrimaryKeyAssigner. | |
| StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntryBinding<V> valueBinding,
          boolean writeAllowed)Creates a map view of a Database. | |
| StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntryBinding<V> valueBinding,
          boolean writeAllowed)Creates a map view of a Database. | |
| StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntryBinding<V> valueBinding,
          PrimaryKeyAssigner keyAssigner)Creates a map view of a Databasewith aPrimaryKeyAssigner. | |
| StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntryBinding<V> valueBinding,
          PrimaryKeyAssigner keyAssigner)Creates a map view of a Databasewith aPrimaryKeyAssigner. | |
| StoredSortedKeySet(Database database,
                   EntryBinding<K> keyBinding,
                   boolean writeAllowed)Creates a sorted key set view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntityBinding<V> valueEntityBinding,
                boolean writeAllowed)Creates a sorted map entity view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntityBinding<V> valueEntityBinding,
                PrimaryKeyAssigner keyAssigner)Creates a sorted map entity view of a Databasewith aPrimaryKeyAssigner. | |
| StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntryBinding<V> valueBinding,
                boolean writeAllowed)Creates a sorted map view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntryBinding<V> valueBinding,
                boolean writeAllowed)Creates a sorted map view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntryBinding<V> valueBinding,
                PrimaryKeyAssigner keyAssigner)Creates a sorted map view of a Databasewith aPrimaryKeyAssigner. | |
| StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntryBinding<V> valueBinding,
                PrimaryKeyAssigner keyAssigner)Creates a sorted map view of a Databasewith aPrimaryKeyAssigner. | |
| StoredValueSet(Database database,
               EntryBinding<E> valueBinding,
               boolean writeAllowed)Creates a value set view of a Database. | |
| Uses of EntryBinding in com.sleepycat.persist | 
|---|
| Methods in com.sleepycat.persist that return EntryBinding | |
|---|---|
|  EntryBinding<PK> | PrimaryIndex.getKeyBinding()Returns the primary key binding for this index. | 
|  EntryBinding<SK> | SecondaryIndex.getKeyBinding()Returns the secondary key binding for the index. | 
| Constructors in com.sleepycat.persist with parameters of type EntryBinding | |
|---|---|
| PrimaryIndex(Database database,
             Class<PK> keyClass,
             EntryBinding<PK> keyBinding,
             Class<E> entityClass,
             EntityBinding<E> entityBinding)Creates a primary index without using an EntityStore. | |
| SecondaryIndex(SecondaryDatabase database,
               Database keysDatabase,
               PrimaryIndex<PK,E> primaryIndex,
               Class<SK> secondaryKeyClass,
               EntryBinding<SK> secondaryKeyBinding)Creates a secondary index without using an EntityStore. | |
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||