| 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrimaryKeyAssigner | |
|---|---|
| com.sleepycat.collections | Data access based on the standard Java collections API. | 
| Uses of PrimaryKeyAssigner in com.sleepycat.collections | 
|---|
| Constructors in com.sleepycat.collections with parameters of type PrimaryKeyAssigner | |
|---|---|
StoredList(Database database,
           EntityBinding<E> valueEntityBinding,
           PrimaryKeyAssigner keyAssigner)
Creates a list entity view of a Database with a PrimaryKeyAssigner. | 
|
StoredList(Database database,
           EntryBinding<E> valueBinding,
           PrimaryKeyAssigner keyAssigner)
Creates a list view of a Database with a PrimaryKeyAssigner. | 
|
StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntityBinding<V> valueEntityBinding,
          PrimaryKeyAssigner keyAssigner)
Creates a map entity view of a Database with a PrimaryKeyAssigner. | 
|
StoredMap(Database database,
          EntryBinding<K> keyBinding,
          EntryBinding<V> valueBinding,
          PrimaryKeyAssigner keyAssigner)
Creates a map view of a Database with a PrimaryKeyAssigner. | 
|
StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntityBinding<V> valueEntityBinding,
                PrimaryKeyAssigner keyAssigner)
Creates a sorted map entity view of a Database with a PrimaryKeyAssigner. | 
|
StoredSortedMap(Database database,
                EntryBinding<K> keyBinding,
                EntryBinding<V> valueBinding,
                PrimaryKeyAssigner keyAssigner)
Creates a sorted map view of a Database with a PrimaryKeyAssigner. | 
|
  | 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||