org.jboss.ejb.plugins.cmp.jdbc
Class JDBCCreateEntityCommand

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand (src) 
      extended byorg.jboss.ejb.plugins.cmp.jdbc.JDBCInsertPKCreateCommand (src) 
          extended byorg.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand
All Implemented Interfaces:
JDBCCreateCommand (src)

public final class JDBCCreateEntityCommand
extends JDBCInsertPKCreateCommand (src)

JDBCCreateEntityCommand executes an INSERT INTO query. This command will only insert non-read-only columns. If a primary key column is read-only this command will throw a CreateException.


Field Summary
 
Fields inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertPKCreateCommand (src)
existsSQL
 
Fields inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand (src)
createAllowed, debug, entity, exceptionProcessor, insertAfterEjbPostCreate, insertFields, insertSQL, log, securityManager, trace
 
Constructor Summary
JDBCCreateEntityCommand()
           
 
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertPKCreateCommand (src)
beforeInsert, init, initExistsSQL
 
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand (src)
afterInsert, checkCreateAllowed, execute, executeInsert, generateFields, getGeneratedPKField, getPrimaryKey, initEntityCommand, initGeneratedFields, initInsertFields, initInsertSQL, isInsertField, performInsert, prepareStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCCreateEntityCommand

public JDBCCreateEntityCommand()