Package org.apache.cayenne.dba.firebird
Class FirebirdActionBuilder
java.lang.Object
org.apache.cayenne.dba.JdbcActionBuilder
org.apache.cayenne.dba.firebird.FirebirdActionBuilder
- All Implemented Interfaces:
SQLActionVisitor
- Since:
- 4.1
-
Field Summary
Fields inherited from class org.apache.cayenne.dba.JdbcActionBuilder
dataNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> SQLAction
objectSelectAction
(FluentSelect<T> query) Creates an action to execute a FluentSelect.<T> SQLAction
objectSelectAction
(SelectQuery<T> query) Creates an action to execute a SelectQuery.Methods inherited from class org.apache.cayenne.dba.JdbcActionBuilder
batchAction, ejbqlAction, procedureAction, sqlAction
-
Constructor Details
-
FirebirdActionBuilder
-
-
Method Details
-
objectSelectAction
Description copied from interface:SQLActionVisitor
Creates an action to execute a SelectQuery.- Specified by:
objectSelectAction
in interfaceSQLActionVisitor
- Overrides:
objectSelectAction
in classJdbcActionBuilder
-
objectSelectAction
Description copied from interface:SQLActionVisitor
Creates an action to execute a FluentSelect.- Specified by:
objectSelectAction
in interfaceSQLActionVisitor
- Overrides:
objectSelectAction
in classJdbcActionBuilder
- Since:
- 4.2
-