org.apache.cayenne.access.jdbc
Class SelectAction
java.lang.Object
org.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.SelectAction
- All Implemented Interfaces:
- SQLAction
public class SelectAction
- extends BaseSQLAction
A SQLAction that handles SelectQuery execution.
- Since:
- 1.2
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
protected SelectQuery query
SelectAction
public SelectAction(SelectQuery query,
DbAdapter adapter,
EntityResolver entityResolver)
createTranslator
protected SelectTranslator createTranslator(Connection connection)
performAction
public void performAction(Connection connection,
OperationObserver observer)
throws SQLException,
Exception
- Description copied from interface:
SQLAction
- Executes a query using a strategy defined by the implementation.
- Throws:
SQLException
Exception
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.