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 SummaryFields inherited from class org.apache.cayenne.dba.JdbcActionBuilderdataNode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionsqlAction(SQLTemplate query) Creates an action to execute a SQLTemplate.Methods inherited from class org.apache.cayenne.dba.JdbcActionBuilderbatchAction, ejbqlAction, objectSelectAction, procedureAction
- 
Constructor Details- 
FrontBaseActionBuilder- Parameters:
- dataNode-
- Since:
- 4.2
 
 
- 
- 
Method Details- 
sqlActionDescription copied from interface:SQLActionVisitorCreates an action to execute a SQLTemplate.- Specified by:
- sqlActionin interface- SQLActionVisitor
- Overrides:
- sqlActionin class- JdbcActionBuilder
 
 
-