Uses of Package
org.odmg

Packages that use org.odmg
org.apache.ojb.odmg   
org.apache.ojb.odmg.collections   
org.apache.ojb.odmg.oql   
org.apache.ojb.otm   
org.apache.ojb.otm.core   
org.odmg   
 

Classes in org.odmg used by org.apache.ojb.odmg
DArray
          The interface that defines the operations of an ODMG array.
Database
          The interface for interacting with an ODMG database.
DBag
          This interface defines the operations associated with an ODMG bag collection.
DList
          The ODMG List collection.
DMap
          The ODMG Map collection interface.
DSet
          The ODMG Set collection interface.
Implementation
          The factory interface for a particular ODMG implementation.
LockNotGrantedException
          This exception is thrown if a lock could not be granted on an object.
ObjectNameNotFoundException
          An attempt to get a object via its name using Database.lookup and the name is not associated with an object in the database.
ObjectNameNotUniqueException
          This exception is thrown when attempting to bind a name to an object when the name is already bound to another object.
ODMGException
          This is the base class for all exceptions thrown by an ODMG implementation.
ODMGRuntimeException
          This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
Transaction
          This interfaces provides the operations necessary to perform database transactions.
TransactionAbortedException
          This exception is thrown when the database asynchronously and explicitly aborts the user's transaction due to some failure, the user's data is reset just as if the user had directly called Transaction.abort.
 

Classes in org.odmg used by org.apache.ojb.odmg.collections
DArray
          The interface that defines the operations of an ODMG array.
DBag
          This interface defines the operations associated with an ODMG bag collection.
DCollection
          The base interface for all ODMG collections.
DList
          The ODMG List collection.
DMap
          The ODMG Map collection interface.
DSet
          The ODMG Set collection interface.
QueryInvalidException
          This exception is thrown if the query is not a valid OQL query.
 

Classes in org.odmg used by org.apache.ojb.odmg.oql
OQLQuery
          The interface to an OQL query object.
QueryException
          This is the base class for all exceptions associated with queries.
QueryInvalidException
          This exception is thrown if the query is not a valid OQL query.
QueryParameterCountInvalidException
          This exception is thrown when the number of bound parameters for a query does not match the number of placeholders.
QueryParameterTypeInvalidException
          This exception is thrown when the type of a query parameter is not compatible with the expected type.
 

Classes in org.odmg used by org.apache.ojb.otm
OQLQuery
          The interface to an OQL query object.
 

Classes in org.odmg used by org.apache.ojb.otm.core
OQLQuery
          The interface to an OQL query object.
QueryException
          This is the base class for all exceptions associated with queries.
 

Classes in org.odmg used by org.odmg
DArray
          The interface that defines the operations of an ODMG array.
Database
          The interface for interacting with an ODMG database.
DBag
          This interface defines the operations associated with an ODMG bag collection.
DCollection
          The base interface for all ODMG collections.
DList
          The ODMG List collection.
DMap
          The ODMG Map collection interface.
DSet
          The ODMG Set collection interface.
LockNotGrantedException
          This exception is thrown if a lock could not be granted on an object.
ObjectNameNotFoundException
          An attempt to get a object via its name using Database.lookup and the name is not associated with an object in the database.
ObjectNameNotUniqueException
          This exception is thrown when attempting to bind a name to an object when the name is already bound to another object.
ODMGException
          This is the base class for all exceptions thrown by an ODMG implementation.
ODMGRuntimeException
          This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
QueryException
          This is the base class for all exceptions associated with queries.
QueryInvalidException
          This exception is thrown if the query is not a valid OQL query.
QueryParameterCountInvalidException
          This exception is thrown when the number of bound parameters for a query does not match the number of placeholders.
QueryParameterTypeInvalidException
          This exception is thrown when the type of a query parameter is not compatible with the expected type.
Transaction
          This interfaces provides the operations necessary to perform database transactions.
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.