Package | Description |
---|---|
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.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.dba.ingres | |
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.
|
Class and Description |
---|
BatchQueryBuilderFactory
Factory which creates BatchQueryBuilders for different types of queries, which, in
their turn, create SQL strings for batch queries.
|
Class and Description |
---|
BaseSQLAction
A convenience superclass for SQLAction implementations.
|
BatchQueryBuilderFactory
Factory which creates BatchQueryBuilders for different types of queries, which, in
their turn, create SQL strings for batch queries.
|
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.
|
Class and Description |
---|
ColumnDescriptor
A descriptor of a ResultSet column.
|
Class and Description |
---|
BatchQueryBuilderFactory
Factory which creates BatchQueryBuilders for different types of queries, which, in
their turn, create SQL strings for batch queries.
|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL.
|
Class and Description |
---|
BaseSQLAction
A convenience superclass for SQLAction implementations.
|
SelectAction
A SQLAction that handles SelectQuery execution.
|
Class and Description |
---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL.
|
Class and Description |
---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL.
|
Class and Description |
---|
BaseSQLAction
A convenience superclass for SQLAction implementations.
|
BatchAction |
ProcedureAction
A SQLAction that runs a stored procedure.
|
SelectAction
A SQLAction that handles SelectQuery execution.
|
Class and Description |
---|
EJBQLTranslatorFactory
Defines a factory for translation visitors of EJBQL.
|
Class and Description |
---|
ParameterBinding
Describes PreparedStatement parameter binding.
|
Class and Description |
---|
ColumnDescriptor
A descriptor of a ResultSet column.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.