Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » jaws » jdbc » [javadoc | source]
org.jboss.ejb.plugins.jaws.jdbc
public class: JDBCCreateEntityCommand [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand
      org.jboss.ejb.plugins.jaws.jdbc.JDBCUpdateCommand
         org.jboss.ejb.plugins.jaws.jdbc.JDBCCreateEntityCommand

All Implemented Interfaces:
    JPMCreateEntityCommand

JAWSPersistenceManager JDBCCreateEntityCommand
Fields inherited from org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand:
factory,  jawsEntity,  name
Constructor:
 public JDBCCreateEntityCommand(JDBCCommandFactory factory) 
Method from org.jboss.ejb.plugins.jaws.jdbc.JDBCCreateEntityCommand Summary:
execute,   handleResult,   setParameters
Methods from org.jboss.ejb.plugins.jaws.jdbc.JDBCUpdateCommand:
executeStatementAndHandleResult,   handleResult
Methods from org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand:
executeStatementAndHandleResult,   getCMPFieldValue,   getConnection,   getJDBCType,   getJDBCTypeName,   getJawsCMPFieldJDBCType,   getName,   getPkColumnList,   getPkColumnWhereList,   getPkFieldValue,   getResultObject,   getResultObject,   getSQL,   getState,   isBinaryType,   jdbcExecute,   setCMPFieldValue,   setParameter,   setParameters,   setPrimaryKeyParameters,   setSQL
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.jaws.jdbc.JDBCCreateEntityCommand Detail:
 public Object execute(Method m,
    Object[] args,
    EntityEnterpriseContext ctx) throws CreateException 
 protected Object handleResult(int rowsAffected,
    Object argOrArgs) throws Exception 
 protected  void setParameters(PreparedStatement stmt,
    Object argOrArgs) throws Exception