org.hibernate.tool
Class EnversSchemaGenerator

java.lang.Object
  extended by org.hibernate.tool.EnversSchemaGenerator

public class EnversSchemaGenerator
extends Object


Constructor Summary
EnversSchemaGenerator(Configuration configuration)
           
EnversSchemaGenerator(Configuration configuration, Connection connection)
           
EnversSchemaGenerator(Configuration configuration, Properties properties)
           
EnversSchemaGenerator(ServiceRegistry serviceRegistry, Configuration configuration)
           
 
Method Summary
 SchemaExport export()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnversSchemaGenerator

public EnversSchemaGenerator(ServiceRegistry serviceRegistry,
                             Configuration configuration)

EnversSchemaGenerator

public EnversSchemaGenerator(Configuration configuration)

EnversSchemaGenerator

public EnversSchemaGenerator(Configuration configuration,
                             Properties properties)
                      throws HibernateException
Throws:
HibernateException

EnversSchemaGenerator

public EnversSchemaGenerator(Configuration configuration,
                             Connection connection)
                      throws HibernateException
Throws:
HibernateException
Method Detail

export

public SchemaExport export()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.