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

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

public class PostgreSQLCreateCommand
extends AbstractCreateCommand

PostgreSQL create command

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
PostgreSQLCreateCommand()
           
 
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

PostgreSQLCreateCommand

public PostgreSQLCreateCommand()
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.