站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.tool.hbm2ddl.SchemaExport (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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

Packages that use SchemaExport
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

Uses of SchemaExport in org.hibernate.tool.hbm2ddl
 

Methods in org.hibernate.tool.hbm2ddl that return SchemaExport
 SchemaExport SchemaExport.setOutputFile(String filename)
          Set an output filename.
 SchemaExport SchemaExport.setImportFile(String filename)
           
 SchemaExport SchemaExport.setDelimiter(String delimiter)
          Set the end of statement delimiter
 SchemaExport SchemaExport.setFormat(boolean format)
           
 SchemaExport SchemaExport.setHaltOnError(boolean haltOnError)