Berkeley DB Java Edition
version 3.0.12

Uses of Package
com.sleepycat.persist

Packages that use com.sleepycat.persist
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
com.sleepycat.persist.evolve Utilities for managing class evolution for persistent objects. 
com.sleepycat.persist.raw Raw data access for general purpose tools and manual conversions. 
 

Classes in com.sleepycat.persist used by com.sleepycat.persist
EntityCursor
          Traverses entity values or key values and allows deleting or updating the entity at the current cursor position.
EntityIndex
          The interface for accessing keys and entities via a primary or secondary index.
ForwardCursor
          Cursor operations limited to traversing forward.
PrimaryIndex
          The primary index for an entity class and its primary key.
SecondaryIndex
          The secondary index for an entity class and a secondary key.
StoreConfig
          Configuration properties used with an EntityStore, RawStore or ConversionStore.
 

Classes in com.sleepycat.persist used by com.sleepycat.persist.evolve
PrimaryIndex
          The primary index for an entity class and its primary key.
StoreConfig
          Configuration properties used with an EntityStore, RawStore or ConversionStore.
 

Classes in com.sleepycat.persist used by com.sleepycat.persist.raw
PrimaryIndex
          The primary index for an entity class and its primary key.
SecondaryIndex
          The secondary index for an entity class and a secondary key.
StoreConfig
          Configuration properties used with an EntityStore, RawStore or ConversionStore.
 


Berkeley DB Java Edition
version 3.0.12

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