Uses of Class
liquibase.ext.hibernate.database.HibernateDatabase
Packages that use HibernateDatabase
-
Uses of HibernateDatabase in liquibase.ext.hibernate.customfactory
Methods in liquibase.ext.hibernate.customfactory with parameters of type HibernateDatabaseModifier and TypeMethodDescriptionorg.hibernate.boot.MetadataCustomMetadataFactory.getMetadata(HibernateDatabase hibernateDatabase, HibernateConnection connection) -
Uses of HibernateDatabase in liquibase.ext.hibernate.database
Subclasses of HibernateDatabase in liquibase.ext.hibernate.databaseModifier and TypeClassDescriptionclassDatabase implementation for "classic" hibernate configurations.classDatabase implementation for "ejb3" hibernate configurations.classDatabase implementation for "spring" hibernate configurations where a bean name is given.classDatabase implementation for "spring" hibernate configurations that scans packages.classDatabase implementation for JPA configurations.