org.jboss.ejb.plugins.cmp.jdbc2.keygen
Class HsqldbCreateCommand

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc2.keygen.AbstractCreateCommand
      extended by org.jboss.ejb.plugins.cmp.jdbc2.keygen.HsqldbCreateCommand
All Implemented Interfaces:
CreateCommand

public class HsqldbCreateCommand
extends AbstractCreateCommand

Create command for Hypersonic that generated keys using an IDENTITY column.

Version:
$Revision: 85945 $
Author:
Jesper Pedersen

Field Summary
 
Fields inherited from class org.jboss.ejb.plugins.cmp.jdbc2.keygen.AbstractCreateCommand
entityBridge, log, pkField, pkSql
 
Constructor Summary
HsqldbCreateCommand()
           
 
Method Summary
 void init(JDBCStoreManager2 manager)
           
 
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc2.keygen.AbstractCreateCommand
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqldbCreateCommand

public HsqldbCreateCommand()
Method Detail

init

public void init(JDBCStoreManager2 manager)
          throws DeploymentException
Specified by:
init in interface CreateCommand
Overrides:
init in class AbstractCreateCommand
Throws:
DeploymentException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.