public abstract class AbstractCreateCommand extends Object implements CreateCommand
| Modifier and Type | Field and Description |
|---|---|
protected JDBCEntityBridge2 |
entityBridge |
protected org.jboss.logging.Logger |
log |
protected JDBCCMPFieldBridge2 |
pkField |
protected String |
pkSql |
| Constructor and Description |
|---|
AbstractCreateCommand() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Method m,
Object[] args,
CmpEntityBeanContext ctx) |
void |
init(JDBCStoreManager2 manager) |
protected JDBCEntityBridge2 entityBridge
protected org.jboss.logging.Logger log
protected JDBCCMPFieldBridge2 pkField
protected String pkSql
public void init(JDBCStoreManager2 manager)
init in interface CreateCommandpublic Object execute(Method m, Object[] args, CmpEntityBeanContext ctx) throws javax.ejb.CreateException
execute in interface CreateCommandjavax.ejb.CreateExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.