org.jboss.ejb.plugins.cmp.jdbc
Interface JDBCCreateCommand
- All Known Implementing Classes:
- JDBC30GeneratedKeysCreateCommand, JDBCAbstractCreateCommand, JDBCCreateEntityCommand, JDBCDB2IdentityValLocalCreateCommand, JDBCHsqldbCreateCommand, JDBCIdentityColumnCreateCommand, JDBCInformixCreateCommand, JDBCInsertPKCreateCommand, JDBCKeyGeneratorCreateCommand, JDBCMySQLCreateCommand, JDBCOracleCreateCommand, JDBCOracleSequenceCreateCommand, JDBCPkSqlCreateCommand, JDBCPostgreSQLCreateCommand, JDBCSQLServerCreateCommand, JDBCSybaseCreateCommand
public interface JDBCCreateCommand
Interface to a pluggable command to create an entity
- Author:
- Jeremy Boynes
init
void init(JDBCStoreManager manager)
throws DeploymentException
- Throws:
DeploymentException
execute
Object execute(Method m,
Object[] args,
EntityEnterpriseContext ctx)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.