|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.UpdateAction
public class UpdateAction
Field Summary | |
---|---|
protected Query |
query
|
Fields inherited from class org.apache.cayenne.access.jdbc.BaseSQLAction |
---|
adapter, entityResolver |
Constructor Summary | |
---|---|
UpdateAction(Query query,
DbAdapter adapter,
EntityResolver entityResolver)
|
Method Summary | |
---|---|
protected QueryTranslator |
createTranslator(java.sql.Connection connection)
|
void |
performAction(java.sql.Connection connection,
OperationObserver observer)
Executes a query using a strategy defined by the implementation. |
Methods inherited from class org.apache.cayenne.access.jdbc.BaseSQLAction |
---|
getAdapter, getEntityResolver, readResultSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Query query
Constructor Detail |
---|
public UpdateAction(Query query, DbAdapter adapter, EntityResolver entityResolver)
Method Detail |
---|
protected QueryTranslator createTranslator(java.sql.Connection connection)
public void performAction(java.sql.Connection connection, OperationObserver observer) throws java.sql.SQLException, java.lang.Exception
SQLAction
java.sql.SQLException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |