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
Method Summary |
void |
performAction(java.sql.Connection connection,
OperationObserver observer)
Executes a query using a strategy defined by the implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionFactory
protected SQLActionVisitor actionFactory
query
protected EJBQLQuery query
EJBQLAction
public EJBQLAction(EJBQLQuery query,
SQLActionVisitor actionFactory,
JdbcAdapter adapter,
EntityResolver entityResolver)
performAction
public void performAction(java.sql.Connection connection,
OperationObserver observer)
throws java.sql.SQLException,
java.lang.Exception
- Description copied from interface:
SQLAction
- Executes a query using a strategy defined by the implementation.
- Throws:
java.sql.SQLException
java.lang.Exception
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.