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 CreateCommand
public Object execute(Method m, Object[] args, CmpEntityBeanContext ctx) throws javax.ejb.CreateException
execute
in interface CreateCommand
javax.ejb.CreateException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.