Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » tool » hbm2ddl » [javadoc | source]
org.hibernate.tool.hbm2ddl
public class: SchemaValidator [javadoc | source]
java.lang.Object
   org.hibernate.tool.hbm2ddl.SchemaValidator
A commandline tool to update a database schema. May also be called from inside an application.
Constructor:
 public SchemaValidator(Configuration cfg) throws HibernateException 
 public SchemaValidator(Configuration cfg,
    Properties connectionProperties) throws HibernateException 
 public SchemaValidator(Configuration cfg,
    Settings settings) throws HibernateException 
Method from org.hibernate.tool.hbm2ddl.SchemaValidator Summary:
main,   validate
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tool.hbm2ddl.SchemaValidator Detail:
 public static  void main(String[] args) 
 public  void validate() 
    Perform the validations.