Uses of Class
to.etc.domui.hibernate.config.HibernateConfigurator.Mode

Packages that use HibernateConfigurator.Mode
to.etc.domui.hibernate.config   
 

Uses of HibernateConfigurator.Mode in to.etc.domui.hibernate.config
 

Methods in to.etc.domui.hibernate.config that return HibernateConfigurator.Mode
static HibernateConfigurator.Mode HibernateConfigurator.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HibernateConfigurator.Mode[] HibernateConfigurator.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.domui.hibernate.config with parameters of type HibernateConfigurator.Mode
static void HibernateConfigurator.schemaUpdate(HibernateConfigurator.Mode m)
          Set the "schema update" mode for Hibernate (corresponding to hbm2ddl.auto).