org.apache.cayenne.access.jdbc
Class UpdateAction
java.lang.Object
org.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.UpdateAction
- All Implemented Interfaces:
- SQLAction
public class UpdateAction
- extends BaseSQLAction
- 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 Query query
UpdateAction
public UpdateAction(Query query,
DbAdapter adapter,
EntityResolver entityResolver)
createTranslator
protected QueryTranslator 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.