| 
 | Berkeley DB version 4.4.20 | ||||||||||
| 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. | 
| 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 | 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 | 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 | 
| Constructors in com.sleepycat.collections with parameters of type EntryBinding | |
| StoredValueSet(Database database,
               EntryBinding valueBinding,
               boolean writeAllowed)Creates a value set view of a Database. | |
| 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. | |
| 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. | |
| StoredSortedKeySet(Database database,
                   EntryBinding keyBinding,
                   boolean writeAllowed)Creates a sorted key set view of a Database. | |
| 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. | |
| 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. | |
| 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. | |
| StoredKeySet(Database database,
             EntryBinding keyBinding,
             boolean writeAllowed)Creates a key set view of a Database. | |
| 
 | Berkeley DB version 4.4.20 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||