| 
 | Berkeley DB version 4.7.25 | |||||||||
| 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 | SerialBindingA 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 | 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 aDoubleprimitive
 wrapper or adoubleprimitive. | 
|  class | FloatBindingA concrete TupleBindingfor aFloatprimitive
 wrapper or afloatprimitive. | 
|  class | IntegerBindingA concrete TupleBindingfor aIntegerprimitive
 wrapper or anintprimitive. | 
|  class | LongBindingA concrete TupleBindingfor aLongprimitive
 wrapper or alongprimitive. | 
|  class | ShortBindingA concrete TupleBindingfor aShortprimitive
 wrapper or ashortprimitive. | 
|  class | SortedDoubleBindingA concrete TupleBindingfor aDoubleprimitive
 wrapper or adoubleprimitive. | 
|  class | SortedFloatBindingA concrete TupleBindingfor aFloatprimitive
 wrapper or afloatprimitive. | 
|  class | StringBindingA concrete TupleBindingfor a simpleStringvalue. | 
|  class | TupleBindingAn 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 | TupleMarshalledBindingA 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 | |
|---|---|
|  Map | StoredMap.duplicatesMap(Object 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 keyBinding,
             boolean writeAllowed)Creates a key set view of a Database. | |
| StoredList(Database database,
           EntryBinding valueBinding,
           boolean writeAllowed)Creates a list view of a Database. | |
| StoredList(Database database,
           EntryBinding valueBinding,
           PrimaryKeyAssigner keyAssigner)Creates a list view of a Databasewith aPrimaryKeyAssigner. | |
| StoredMap(Database database,
          EntryBinding keyBinding,
          EntityBinding valueEntityBinding,
          boolean writeAllowed)Creates a map entity view of a Database. | |
| StoredMap(Database database,
          EntryBinding keyBinding,
          EntityBinding valueEntityBinding,
          PrimaryKeyAssigner keyAssigner)Creates a map entity view of a Databasewith aPrimaryKeyAssigner. | |
| StoredMap(Database database,
          EntryBinding keyBinding,
          EntryBinding valueBinding,
          boolean writeAllowed)Creates a map view of a Database. | |
| StoredMap(Database database,
          EntryBinding keyBinding,
          EntryBinding valueBinding,
          PrimaryKeyAssigner keyAssigner)Creates a map view of a Databasewith aPrimaryKeyAssigner. | |
| StoredSortedKeySet(Database database,
                   EntryBinding keyBinding,
                   boolean writeAllowed)Creates a sorted key set view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding keyBinding,
                EntityBinding valueEntityBinding,
                boolean writeAllowed)Creates a sorted map entity view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding keyBinding,
                EntityBinding valueEntityBinding,
                PrimaryKeyAssigner keyAssigner)Creates a sorted map entity view of a Databasewith aPrimaryKeyAssigner. | |
| StoredSortedMap(Database database,
                EntryBinding keyBinding,
                EntryBinding valueBinding,
                boolean writeAllowed)Creates a sorted map view of a Database. | |
| StoredSortedMap(Database database,
                EntryBinding keyBinding,
                EntryBinding valueBinding,
                PrimaryKeyAssigner keyAssigner)Creates a sorted map view of a Databasewith aPrimaryKeyAssigner. | |
| StoredValueSet(Database database,
               EntryBinding 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 | SecondaryIndex.getKeyBinding()Returns the secondary key binding for the index. | 
|  EntryBinding | PrimaryIndex.getKeyBinding()Returns the primary key binding for this index. | 
| Constructors in com.sleepycat.persist with parameters of type EntryBinding | |
|---|---|
| PrimaryIndex(Database database,
             Class<PK> keyClass,
             EntryBinding keyBinding,
             Class<E> entityClass,
             EntityBinding entityBinding)Creates a primary index without using an EntityStore. | |
| SecondaryIndex(SecondaryDatabase database,
               Database keysDatabase,
               PrimaryIndex<PK,E> primaryIndex,
               Class<SK> secondaryKeyClass,
               EntryBinding secondaryKeyBinding)Creates a secondary index without using an EntityStore. | |
| 
 | Berkeley DB version 4.7.25 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||