Berkeley DB
version 4.2.52

Uses of Interface
com.sleepycat.bdb.bind.EntityBinding

Packages that use EntityBinding
com.sleepycat.bdb Core database classes for defining an environment, creating data stores, and running transactions
[reference guide] 
com.sleepycat.bdb.bind.serial Formats and bindings that use Java serialization 
com.sleepycat.bdb.bind.tuple Formats and bindings that use sequences of primitive data items or tuples 
com.sleepycat.bdb.collection Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide] 
 

Uses of EntityBinding in com.sleepycat.bdb
 

Methods in com.sleepycat.bdb that return EntityBinding
 EntityBinding DataView.getValueEntityBinding()
          Returns the entity binding that is used.
 

Constructors in com.sleepycat.bdb with parameters of type EntityBinding
DataView(DataStore store, DataIndex index, DataBinding keyBinding, DataBinding valueBinding, EntityBinding entityBinding, boolean writeAllowed)
          Creates a view for a given store/index and bindings.
 

Uses of EntityBinding in com.sleepycat.bdb.bind.serial
 

Classes in com.sleepycat.bdb.bind.serial that implement EntityBinding
 class SerialSerialBinding
          An abstract entity binding that uses a serial key and a serial value.
 class TupleSerialBinding
          A abstract entity binding that uses a tuple key and a serial value.
 class TupleSerialMarshalledBinding
          A concrete entity binding that uses the MarshalledTupleKeyEntity interface.
 

Uses of EntityBinding in com.sleepycat.bdb.bind.tuple
 

Classes in com.sleepycat.bdb.bind.tuple that implement EntityBinding
 class TupleTupleBinding
          An abstract entity binding that uses a tuple key and a tuple value.
 class TupleTupleMarshalledBinding
          A concrete entity binding that uses the MarshalledTupleData and the MarshalledTupleKeyEntity interfaces.
 

Uses of EntityBinding in com.sleepycat.bdb.collection
 

Constructors in com.sleepycat.bdb.collection with parameters of type EntityBinding
StoredValueSet(DataStore store, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a value set entity view of a DataStore.
StoredValueSet(DataIndex index, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a value set entity view of a DataIndex.
StoredSortedValueSet(DataStore store, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a sorted value set entity view of a DataStore.
StoredSortedValueSet(DataIndex index, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a sorted value set entity view of a DataIndex.
StoredSortedMap(DataStore store, DataBinding keyBinding, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a sorted map entity view of a DataStore.
StoredSortedMap(DataIndex index, DataBinding keyBinding, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a sorted map entity view of a DataIndex.
StoredMap(DataStore store, DataBinding keyBinding, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a map entity view of a DataStore.
StoredMap(DataIndex index, DataBinding keyBinding, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a map entity view of a DataIndex.
StoredList(DataStore store, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a list entity view of a DataStore.
StoredList(DataIndex index, EntityBinding valueEntityBinding, boolean writeAllowed)
          Creates a list entity view of a DataIndex.
 


Berkeley DB
version 4.2.52

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.