Uses of Class
liquibase.ext.hibernate.database.HibernateDatabase

Packages that use HibernateDatabase
liquibase.ext.hibernate.customfactory   
liquibase.ext.hibernate.database   
 

Uses of HibernateDatabase in liquibase.ext.hibernate.customfactory
 

Methods in liquibase.ext.hibernate.customfactory with parameters of type HibernateDatabase
 org.hibernate.cfg.Configuration CustomClassicConfigurationFactory.getConfiguration(HibernateDatabase hibernateDatabase, HibernateConnection connection)
          Create a hibernate Configuration for the given database and connection.
 org.hibernate.cfg.Configuration CustomEjb3ConfigurationFactory.getConfiguration(HibernateDatabase hibernateDatabase, HibernateConnection connection)
          Create a hibernate Configuration for the given database and connection.
 

Uses of HibernateDatabase in liquibase.ext.hibernate.database
 

Subclasses of HibernateDatabase in liquibase.ext.hibernate.database
 class HibernateClassicDatabase
          Database implementation for "classic" hibernate configurations.
 class HibernateEjb3Database
          Database implementation for "ejb3" hibernate configurations.
 class HibernateSpringDatabase
          Database implementation for "spring" hibernate configurations.
 



Copyright © 2015 Liquibase.org. All rights reserved.