Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.dba.db2 |
IBM DB2 DbAdapter.
|
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Field and Description |
---|---|
protected SQLActionVisitor |
EJBQLAction.actionFactory |
Constructor and Description |
---|
EJBQLAction(EJBQLQuery query,
SQLActionVisitor actionFactory,
DataNode dataNode) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcActionBuilder
A factory of default SQLActions.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2ActionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
IngresActionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerActionBuilder |
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLTemplate.createSQLAction(SQLActionVisitor visitor)
Calls sqlAction(this) on the visitor.
|
SQLAction |
SelectQuery.createSQLAction(SQLActionVisitor visitor)
Calls "makeSelect" on the visitor.
|
SQLAction |
RefreshQuery.createSQLAction(SQLActionVisitor visitor) |
SQLAction |
QueryChain.createSQLAction(SQLActionVisitor visitor)
Throws an exception as execution should've been delegated to the queries contained
in the chain.
|
SQLAction |
Query.createSQLAction(SQLActionVisitor visitor)
A callback method invoked by Cayenne during the final execution phase of the query
run.
|
SQLAction |
ProcedureQuery.createSQLAction(SQLActionVisitor visitor)
Calls "makeProcedure" on the visitor.
|
SQLAction |
IndirectQuery.createSQLAction(SQLActionVisitor visitor)
Throws an exception as indirect query should not be executed directly.
|
SQLAction |
EJBQLQuery.createSQLAction(SQLActionVisitor visitor) |
SQLAction |
BatchQuery.createSQLAction(SQLActionVisitor visitor)
Calls "batchAction" on the visitor.
|
abstract SQLAction |
AbstractQuery.createSQLAction(SQLActionVisitor visitor) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.