当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JDBCCreateEntityCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc
Class JDBCCreateEntityCommand
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand
org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertPKCreateCommand
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand
- All Implemented Interfaces:
- JDBCCreateCommand
- public final class JDBCCreateEntityCommand
- extends JDBCInsertPKCreateCommand
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.
- Version:
- $Revision: 1.28 $
- Author:
- Dain Sundstrom, Rickard 锟絙erg, Marc Fleury, Joe Shevland, Justin Forder, Alex Loubyansky
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand |
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 |
JDBCCreateEntityCommand
public JDBCCreateEntityCommand()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.