Package org.apache.cayenne.dba.frontbase
Class FrontBaseActionBuilder
java.lang.Object
org.apache.cayenne.dba.JdbcActionBuilder
org.apache.cayenne.dba.frontbase.FrontBaseActionBuilder
- All Implemented Interfaces:
SQLActionVisitor
An action builder for FrontBaseActionBuilder.
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.apache.cayenne.dba.JdbcActionBuilder
dataNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsqlAction
(SQLTemplate query) Creates an action to execute a SQLTemplate.Methods inherited from class org.apache.cayenne.dba.JdbcActionBuilder
batchAction, ejbqlAction, objectSelectAction, objectSelectAction, procedureAction
-
Constructor Details
-
FrontBaseActionBuilder
- Parameters:
dataNode
-- Since:
- 4.2
-
-
Method Details
-
sqlAction
Description copied from interface:SQLActionVisitor
Creates an action to execute a SQLTemplate.- Specified by:
sqlAction
in interfaceSQLActionVisitor
- Overrides:
sqlAction
in classJdbcActionBuilder
-