Uses of Class
org.hibernate.tool.hbm2ddl.SchemaUpdateScript

Packages that use SchemaUpdateScript
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

Uses of SchemaUpdateScript in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return types with arguments of type SchemaUpdateScript
 List<SchemaUpdateScript> Configuration.generateSchemaUpdateScriptList(Dialect dialect, DatabaseMetadata databaseMetadata)
           
 

Uses of SchemaUpdateScript in org.hibernate.tool.hbm2ddl
 

Methods in org.hibernate.tool.hbm2ddl that return types with arguments of type SchemaUpdateScript
static List<SchemaUpdateScript> SchemaUpdateScript.fromStringArray(String[] scriptsArray, boolean quiet)
           
 

Method parameters in org.hibernate.tool.hbm2ddl with type arguments of type SchemaUpdateScript
static String[] SchemaUpdateScript.toStringArray(List<SchemaUpdateScript> scripts)
           
 



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