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:
- Andrei 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(java.sql.Connection connection)
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-2006 Apache.org All Rights Reserved.