|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand
|
+--org.jboss.ejb.plugins.jaws.jdbc.JDBCUpdateCommand
|
+--org.jboss.ejb.plugins.jaws.jdbc.JDBCInitCommand
JAWSPersistenceManager JDBCInitCommand
| Fields inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand |
debug, factory, jawsEntity, log, name |
| Constructor Summary | |
JDBCInitCommand(JDBCCommandFactory factory)
|
|
| Method Summary | |
void |
execute()
|
protected java.lang.Object |
handleResult(int rowsAffected,
java.lang.Object argOrArgs)
Handle the result of successful execution of the update. |
| Methods inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCUpdateCommand |
executeStatementAndHandleResult |
| Methods inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand |
getCMPFieldValue, getConnection, getJawsCMPFieldJDBCType, getJDBCType, getJDBCTypeName, getPkColumnList, getPkColumnWhereList, getPkFieldValue, getResultObject, getResultObject, getSQL, getState, isBinaryType, jdbcExecute, setCMPFieldValue, setParameter, setParameters, setPrimaryKeyParameters, setSQL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JDBCInitCommand(JDBCCommandFactory factory)
| Method Detail |
public void execute()
throws java.lang.Exception
execute in interface JPMInitCommand
protected java.lang.Object handleResult(int rowsAffected,
java.lang.Object argOrArgs)
throws java.lang.Exception
JDBCUpdateCommandhandleResult in class JDBCUpdateCommandorg.jboss.ejb.plugins.jaws.jdbc.JDBCUpdateCommandrs - the result set from the query.argOrArgs - argument or array of arguments passed in from
subclass execute method.execute.java.lang.Exception - if result handling fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||