Uses of Interface
org.apache.cayenne.query.SQLActionVisitor
Packages that use SQLActionVisitor
Package
Description
Contains classes that handle JDBC interactions.
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
MS SQLServer DbAdapter.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of SQLActionVisitor in org.apache.cayenne.access.jdbc
Fields in org.apache.cayenne.access.jdbc declared as SQLActionVisitorConstructors in org.apache.cayenne.access.jdbc with parameters of type SQLActionVisitorModifierConstructorDescriptionEJBQLAction
(EJBQLQuery query, SQLActionVisitor actionFactory, DataNode dataNode) -
Uses of SQLActionVisitor in org.apache.cayenne.dba
Classes in org.apache.cayenne.dba that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.dba.db2
Classes in org.apache.cayenne.dba.db2 that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.dba.derby
Classes in org.apache.cayenne.dba.derby that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.dba.firebird
Classes in org.apache.cayenne.dba.firebird that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.dba.frontbase
Classes in org.apache.cayenne.dba.frontbase that implement SQLActionVisitorModifier and TypeClassDescriptionclass
An action builder for FrontBaseActionBuilder. -
Uses of SQLActionVisitor in org.apache.cayenne.dba.h2
Classes in org.apache.cayenne.dba.h2 that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.dba.ingres
Classes in org.apache.cayenne.dba.ingres that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.dba.sqlserver
Classes in org.apache.cayenne.dba.sqlserver that implement SQLActionVisitor -
Uses of SQLActionVisitor in org.apache.cayenne.query
Methods in org.apache.cayenne.query with parameters of type SQLActionVisitorModifier and TypeMethodDescriptionabstract SQLAction
AbstractQuery.createSQLAction
(SQLActionVisitor visitor) BatchQuery.createSQLAction
(SQLActionVisitor visitor) Calls "batchAction" on the visitor.EJBQLQuery.createSQLAction
(SQLActionVisitor visitor) FluentSelect.createSQLAction
(SQLActionVisitor visitor) IndirectQuery.createSQLAction
(SQLActionVisitor visitor) Throws an exception as indirect query should not be executed directly.ProcedureQuery.createSQLAction
(SQLActionVisitor visitor) Calls "makeProcedure" on the visitor.Query.createSQLAction
(SQLActionVisitor visitor) A callback method invoked by Cayenne during the final execution phase of the query run.QueryChain.createSQLAction
(SQLActionVisitor visitor) Throws an exception as execution should've been delegated to the queries contained in the chain.RefreshQuery.createSQLAction
(SQLActionVisitor visitor) SelectQuery.createSQLAction
(SQLActionVisitor visitor) Deprecated.Calls "makeSelect" on the visitor.SQLTemplate.createSQLAction
(SQLActionVisitor visitor) Calls sqlAction(this) on the visitor.