Package org.apache.cayenne.access.jdbc
Class EJBQLAction
java.lang.Object
org.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.EJBQLAction
- All Implemented Interfaces:
- SQLAction
public class EJBQLAction extends BaseSQLAction
Parses an EJBQL statement, converting it to SQL. Executes the resulting SQL.
- Since:
- 3.0
- 
Field SummaryFields Modifier and Type Field Description protected SQLActionVisitoractionFactoryprotected EJBQLQueryqueryFields inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiondataNode
- 
Constructor SummaryConstructors Constructor Description EJBQLAction(EJBQLQuery query, SQLActionVisitor actionFactory, DataNode dataNode)
- 
Method SummaryModifier and Type Method Description voidperformAction(Connection connection, OperationObserver observer)Executes a query using a strategy defined by the implementation.Methods inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiongetInMemoryOffset, readResultSet
- 
Field Details- 
actionFactory
- 
query
 
- 
- 
Constructor Details- 
EJBQLAction
 
- 
- 
Method Details- 
performActionpublic void performAction(Connection connection, OperationObserver observer) throws SQLException, ExceptionDescription copied from interface:SQLActionExecutes a query using a strategy defined by the implementation.- Throws:
- SQLException
- Exception
 
 
-