Package org.hibernate.tool.orm.jbt.wrp
Class SchemaExportWrapper
- java.lang.Object
-
- org.hibernate.tool.hbm2ddl.SchemaExport
-
- org.hibernate.tool.orm.jbt.wrp.SchemaExportWrapper
-
public class SchemaExportWrapper extends org.hibernate.tool.hbm2ddl.SchemaExport
-
-
Constructor Summary
Constructors Constructor Description SchemaExportWrapper(org.hibernate.cfg.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate()-
Methods inherited from class org.hibernate.tool.hbm2ddl.SchemaExport
buildMetadataFromMainArgs, buildTargetDescriptor, buildTargetDescriptor, create, createOnly, doExecution, drop, execute, execute, execute, getExceptions, main, perform, setDelimiter, setFormat, setHaltOnError, setImportFiles, setManageNamespaces, setOutputFile, setOverrideOutputFileContent
-
-