|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.cayenne.access.jdbc | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. |
org.apache.cayenne.access.trans | Provides translators for Cayenne queries. |
org.apache.cayenne.access.util | |
org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. |
org.apache.cayenne.dba.mysql | MySQL DbAdapter. |
org.apache.cayenne.dba.oracle | Oracle DbAdapter. |
org.apache.cayenne.dba.sqlserver | MS SQLServer DbAdapter. |
org.apache.cayenne.dba.sybase | Sybase DbAdapter. |
org.apache.cayenne.merge | |
org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access | |
---|---|
BatchQueryBuilderFactory
Factory which creates BatchQueryBuilders for different types of queries, which, in their turn, create SQL strings |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.jdbc | |
---|---|
BaseSQLAction
A convenience superclass for SQLAction implementations. |
|
BatchQueryBuilderFactory
Factory which creates BatchQueryBuilders for different types of queries, which, in their turn, create SQL strings |
|
BindDirective
A custom Velocity directive to create a PreparedStatement parameter text. |
|
BindObjectEqualDirective
A custom Velocity directive to create a set of SQL conditions to match an ObjectId of an object. |
|
ColumnDescriptor
A descriptor of a ResultSet column. |
|
DefaultBatchQueryBuilderFactory
Default implementation of BatchQueryBuilderFactory . |
|
EJBQLJoinAppender
Handles appending joins to the content buffer at a marked position. |
|
EJBQLMultiColumnOperand
A holder of multi-column match condition operand. |
|
EJBQLTranslationContext
A context used for translating of EJBQL to SQL. |
|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL. |
|
ParameterBinding
Describes PreparedStatement parameter binding. |
|
RowDescriptor
A descriptor of a result row obtained from a database. |
|
RowDescriptorBuilder
A builder class that helps to assemble RowDescriptor instances from various
types of inputs. |
|
SQLStatement
A PreparedStatement descriptor containing a String of SQL and an array of parameters. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.trans | |
---|---|
ColumnDescriptor
A descriptor of a ResultSet column. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.util | |
---|---|
DistinctResultIterator
A ResultIterator that does in-memory filtering of rows to return only distinct rows. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba | |
---|---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.mysql | |
---|---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.oracle | |
---|---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.sqlserver | |
---|---|
BaseSQLAction
A convenience superclass for SQLAction implementations. |
|
BatchAction
|
|
ProcedureAction
A SQLAction that runs a stored procedure. |
|
SelectAction
A SQLAction that handles SelectQuery execution. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.sybase | |
---|---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.merge | |
---|---|
ParameterBinding
Describes PreparedStatement parameter binding. |
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.query | |
---|---|
ColumnDescriptor
A descriptor of a ResultSet column. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |