org.jboss.ejb.plugins.cmp.jdbc
Interface JDBCCreateCommand
- All Known Implementing Classes:
- JDBCAbstractCreateCommand (src)
- public interface JDBCCreateCommand
Interface to a pluggable command to create an entity
init
public void init(JDBCStoreManager (src) manager)
throws DeploymentException (src)
- Throws:
DeploymentException (src)
execute
public java.lang.Object execute(java.lang.reflect.Method m,
java.lang.Object[] args,
EntityEnterpriseContext (src) ctx)
throws CreateException (src)
- Throws:
CreateException (src)