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
Deprecated. since 3.0 as corresponding delete and update queries are deprecated.
public class UpdateAction
- extends BaseSQLAction
- Since:
- 1.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
protected Query query
- Deprecated.
UpdateAction
public UpdateAction(Query query,
DbAdapter adapter,
EntityResolver entityResolver)
- Deprecated.
createTranslator
protected QueryAssembler createTranslator(Connection connection)
- Deprecated.
performAction
public void performAction(Connection connection,
OperationObserver observer)
throws SQLException,
Exception
- Deprecated.
- Description copied from interface:
SQLAction
- Executes a query using a strategy defined by the implementation.
- Throws:
SQLException
Exception
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.