Package com.sleepycat.persist.impl

Interface Summary
Accessor Field binding operations implemented via reflection (ReflectionAccessor) or bytecode enhancement (EnhancedAccessor).
Catalog Catalog operation interface used by format classes.
Enhanced Interface implemented by a persistent class via bytecode enhancement.
 

Class Summary
CollectionProxy<E> Proxy for Collection types.
CollectionProxy.ArrayListProxy<E>  
CollectionProxy.HashSetProxy<E>  
CollectionProxy.LinkedListProxy<E>  
CollectionProxy.TreeSetProxy<E>  
ComplexFormat Format for persistent complex classes that are not not composite key classes.
CompositeKeyFormat Format for a composite key class.
EnhancedAccessor Implements Accessor for a complex persistent class.
EntityInput Used for reading object fields.
EntityOutput Used for writing object fields.
EnumFormat Format for all enum types.
FieldInfo A field definition used by ComplexFormat and CompositeKeyFormat.
Format The base class for all object formats.
KeyLocation Holder for the input and format of a key.
MapProxy<K,V> Proxy for a Map.
MapProxy.HashMapProxy<K,V>  
MapProxy.TreeMapProxy<K,V>  
NonPersistentFormat Format for a non-persistent class that is only used for declared field types and arrays.
ObjectArrayFormat An array of objects having a specified number of dimensions.
PersistCatalog The catalog of class formats for a store, along with its associated model and mutations.
PersistComparator The btree comparator for persistent key classes.
PersistEntityBinding A persistence entity binding for a given entity class.
PersistKeyAssigner Assigns primary keys from a Sequence.
PersistKeyBinding A persistence key binding for a given key class.
PersistKeyCreator A persistence secondary key creator/nullifier.
PrimitiveArrayFormat An array of primitives having one dimension.
ProxiedFormat Format for types proxied by a PersistentProxy.
RawAccessor Implements Accessor for RawObject access.
ReadOnlyCatalog Read-only catalog operations used when initializing new formats.
ReflectionAccessor Implements Accessor using reflection.
SimpleCatalog A static catalog containing simple types only.
SimpleFormat Format for simple types, including primitives.
SimpleFormat.FBool  
SimpleFormat.FByte  
SimpleFormat.FChar  
SimpleFormat.FDate  
SimpleFormat.FDouble  
SimpleFormat.FFloat  
SimpleFormat.FInt  
SimpleFormat.FLong  
SimpleFormat.FShort  
SimpleFormat.FString  
Store Base implementation for EntityStore, RawStore and ConversionStore.
StoredModel The EntityModel used when a RawStore is opened.
VisitedObjects Keeps track of a set of visited objects and their corresponding offset in a byte array.
 



Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.