Uses of Package
org.apache.cayenne.access
Packages that use org.apache.cayenne.access
Package
Description
Contains classes that make up Cayenne ORM stack.
Contains classes that handle JDBC interactions.
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
OpenBase DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.accessClassDescriptionThe most common implementation of
ObjectContext
.Defines API for a DataContext "delegate" - an object that is temporarily passed control by DataContext at some critical points in the normal flow of execution.DataDomain performs query routing functions in Cayenne.An abstraction of a single physical data storage.A fixed size cache of DataRows keyed by ObjectId.A factory for creatingDataRowStore
An exception thrown on attempts to access a DataDomain after it was explicitly shut down by the user.A dynamic GraphDiff that represents a delta between object simple properties at diff creation time and its current state.A strategy for retaining objects inObjectStore
.ObjectStore stores objects using their ObjectId as a key.Defines API that allows QueryEngine to obtain information about query execution strategy.Defines a set of callback methods that allowQueryEngine
to pass back query results and notify caller about exceptions.Defines methods used to run Cayenne queries. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.access.dbsync
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.access.flushClassDescriptionThe most common implementation of
ObjectContext
.DataDomain performs query routing functions in Cayenne.ObjectStore stores objects using their ObjectId as a key.A GraphDiff facade for the ObjectStore changes.Defines a set of callback methods that allowQueryEngine
to pass back query results and notify caller about exceptions. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.access.flush.operation
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.access.jdbcClassDescriptionAn abstraction of a single physical data storage.Defines a set of callback methods that allow
QueryEngine
to pass back query results and notify caller about exceptions. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.access.utilClassDescriptionDefines API that allows QueryEngine to obtain information about query execution strategy.Defines a set of callback methods that allow
QueryEngine
to pass back query results and notify caller about exceptions. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.configurationClassDescriptionA fixed size cache of DataRows keyed by ObjectId.A strategy for retaining objects in
ObjectStore
.ObjectStore stores objects using their ObjectId as a key. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.configuration.serverClassDescriptionThe most common implementation of
ObjectContext
.DataDomain performs query routing functions in Cayenne.An abstraction of a single physical data storage.A factory for creatingDataRowStore
ObjectStore stores objects using their ObjectId as a key. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.db2
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.derby
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.firebird
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.frontbaseClassDescriptionAn abstraction of a single physical data storage.Defines a set of callback methods that allow
QueryEngine
to pass back query results and notify caller about exceptions. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.h2
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.hsqldb
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.ingres
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.mysql
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.openbase
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.oracle
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.postgres
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.sqlite
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.sqlserverClassDescriptionAn abstraction of a single physical data storage.Defines a set of callback methods that allow
QueryEngine
to pass back query results and notify caller about exceptions. -
Classes in org.apache.cayenne.access used by org.apache.cayenne.dba.sybase
-
Classes in org.apache.cayenne.access used by org.apache.cayenne.queryClassDescriptionDefines a set of callback methods that allow
QueryEngine
to pass back query results and notify caller about exceptions.Defines methods used to run Cayenne queries.