Berkeley DB Java Edition
version 3.2.13

Uses of Package
com.sleepycat.je

Packages that use com.sleepycat.je
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. 
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.je.jca.ra Support for the Java Connector Architecture, which provides a standard for connecting the J2EE platform to legacy enterprise information systems (EIS), such as ERP systems, database systems, and legacy applications not written in Java. 
com.sleepycat.je.jmx JE support for JMX. 
com.sleepycat.je.util Supporting utilities. 
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
com.sleepycat.persist.raw Raw data access for general purpose tools and manual conversions. 
 

Classes in com.sleepycat.je used by com.sleepycat.bind
DatabaseEntry
          Encodes database key and data items as a byte array.
 

Classes in com.sleepycat.je used by com.sleepycat.bind.serial
Database
          A database handle.
DatabaseEntry
          Encodes database key and data items as a byte array.
DatabaseException
          The root of all database exceptions.
ForeignKeyNullifier
          The interface implemented for setting single-valued foreign keys to null.
SecondaryDatabase
          A secondary database handle.
SecondaryKeyCreator
          The interface implemented for extracting single-valued secondary keys from primary records.
 

Classes in com.sleepycat.je used by com.sleepycat.bind.tuple
DatabaseEntry
          Encodes database key and data items as a byte array.
DatabaseException
          The root of all database exceptions.
ForeignKeyNullifier
          The interface implemented for setting single-valued foreign keys to null.
SecondaryDatabase
          A secondary database handle.
SecondaryKeyCreator
          The interface implemented for extracting single-valued secondary keys from primary records.
 

Classes in com.sleepycat.je used by com.sleepycat.collections
CursorConfig
          Specify the attributes of database cursor.
Database
          A database handle.
DatabaseEntry
          Encodes database key and data items as a byte array.
DatabaseException
          The root of all database exceptions.
Environment
          A database environment.
JoinConfig
          The configuration properties of a JoinCursor.
Transaction
          The Transaction object is the handle for a transaction.
TransactionConfig
          Specifies the attributes of a database environment transaction.
 

Classes in com.sleepycat.je used by com.sleepycat.je
CheckpointConfig
          Specifies the attributes of an application invoked checkpoint operation.
Cursor
          A database cursor.
CursorConfig
          Specify the attributes of database cursor.
Database
          A database handle.
DatabaseConfig
          Specify the attributes of a database.
DatabaseEntry
          Encodes database key and data items as a byte array.
DatabaseException
          The root of all database exceptions.
DatabaseStats
          Statistics for a single database.
DeadlockException
          DeadlockException is thrown to a thread of control when multiple threads competing for a lock are deadlocked or when a lock request would need to block and the transaction has been configured to not wait for locks.
Environment
          A database environment.
EnvironmentConfig
          Specifies the attributes of an environment.
EnvironmentMutableConfig
          Specifies the environment attributes that may be changed after the environment has been opened.
EnvironmentStats
          System wide statistics for a single environment.
ExceptionEvent
          A class representing an exception event.
ExceptionListener
          A callback to notify the application program when an exception occurs in a JE Daemon thread.
ForeignKeyDeleteAction
          The action taken when a referenced record in the foreign key database is deleted.
ForeignKeyNullifier
          The interface implemented for setting single-valued foreign keys to null.
ForeignMultiKeyNullifier
          The interface implemented for setting multi-valued foreign keys to null.
JEVersion
          Berkeley DB Java Edition version information.
JoinConfig
          The configuration properties of a JoinCursor.
JoinCursor
          A specialized join cursor for use in performing equality or natural joins on secondary indices.
LockMode
          Locking modes for database operations.
LockStats
          Lock statistics for a database environment.
OperationStatus
          Status values from database operations.
PreloadConfig
          Specifies the attributes of an application invoked preload operation.
PreloadStats
          Statistics for a Database.preload() operation.
PreloadStatus
          The status values for the Database.preload() operation.
SecondaryConfig
          The configuration properties of a SecondaryDatabase extend those of a primary Database.
SecondaryCursor
          A database cursor for a secondary database.
SecondaryDatabase
          A secondary database handle.
SecondaryKeyCreator
          The interface implemented for extracting single-valued secondary keys from primary records.
SecondaryMultiKeyCreator
          The interface implemented for extracting multi-valued secondary keys from primary records.
Sequence
          A Sequence handle is used to manipulate a sequence record in a database.
SequenceConfig
          Specify the attributes of a sequence.
SequenceStats
          A SequenceStats object is used to return sequence statistics.
StatsConfig
          Specifies the attributes of a statistics retrieval operation.
Transaction
          The Transaction object is the handle for a transaction.
TransactionConfig
          Specifies the attributes of a database environment transaction.
TransactionStats
          Transaction statistics for a database environment.
TransactionStats.Active
          The Active class represents an active transaction.
VerifyConfig
          Specifies the attributes of a verification operation.
 

Classes in com.sleepycat.je used by com.sleepycat.je.jca.ra
Database
          A database handle.
DatabaseConfig
          Specify the attributes of a database.
DatabaseException
          The root of all database exceptions.
Environment
          A database environment.
EnvironmentConfig
          Specifies the attributes of an environment.
SecondaryConfig
          The configuration properties of a SecondaryDatabase extend those of a primary Database.
SecondaryDatabase
          A secondary database handle.
Transaction
          The Transaction object is the handle for a transaction.
TransactionConfig
          Specifies the attributes of a database environment transaction.
 

Classes in com.sleepycat.je used by com.sleepycat.je.jmx
Environment
          A database environment.
EnvironmentConfig
          Specifies the attributes of an environment.
 

Classes in com.sleepycat.je used by com.sleepycat.je.util
DatabaseException
          The root of all database exceptions.
Environment
          A database environment.
 

Classes in com.sleepycat.je used by com.sleepycat.persist
CursorConfig
          Specify the attributes of database cursor.
Database
          A database handle.
DatabaseConfig
          Specify the attributes of a database.
DatabaseException
          The root of all database exceptions.
Environment
          A database environment.
LockMode
          Locking modes for database operations.
SecondaryConfig
          The configuration properties of a SecondaryDatabase extend those of a primary Database.
SecondaryDatabase
          A secondary database handle.
Sequence
          A Sequence handle is used to manipulate a sequence record in a database.
SequenceConfig
          Specify the attributes of a sequence.
Transaction
          The Transaction object is the handle for a transaction.
 

Classes in com.sleepycat.je used by com.sleepycat.persist.raw
DatabaseException
          The root of all database exceptions.
Environment
          A database environment.
 


Berkeley DB Java Edition
version 3.2.13

Copyright 1996,2006 Oracle. All rights reserved.