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 JdbcActionBuilder
dataNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsqlAction(SQLTemplate query) Creates an action to execute a SQLTemplate.Methods inherited from class JdbcActionBuilder
batchAction, ejbqlAction, objectSelectAction, procedureActionModifier and TypeMethodDescriptionbatchAction(BatchQuery query) Creates an action to execute a batch update query.ejbqlAction(EJBQLQuery query) Creates an action to execute EJBQL query.<T> SQLActionobjectSelectAction(FluentSelect<T, ?> query) Creates an action to execute a FluentSelect.procedureAction(ProcedureQuery query) Creates an action to execute a ProcedureQuery.
-
Constructor Details
-
FrontBaseActionBuilder
- Parameters:
dataNode-- Since:
- 4.2
-
-
Method Details
-
sqlAction
Description copied from interface:SQLActionVisitorCreates an action to execute a SQLTemplate.- Specified by:
sqlActionin interfaceSQLActionVisitor- Overrides:
sqlActionin classJdbcActionBuilder
-