Uses of Class
liquibase.ext.hibernate.database.connection.HibernateConnection
-
Packages that use HibernateConnection Package Description liquibase.ext.hibernate.customfactory liquibase.ext.hibernate.database -
-
Uses of HibernateConnection in liquibase.ext.hibernate.customfactory
Methods in liquibase.ext.hibernate.customfactory with parameters of type HibernateConnection Modifier and Type Method Description org.hibernate.boot.MetadataCustomMetadataFactory. getMetadata(HibernateDatabase hibernateDatabase, HibernateConnection connection) -
Uses of HibernateConnection in liquibase.ext.hibernate.database
Methods in liquibase.ext.hibernate.database that return HibernateConnection Modifier and Type Method Description protected HibernateConnectionHibernateDatabase. getHibernateConnection()Convenience method to return the underlying HibernateConnection in the JdbcConnection returned byAbstractJdbcDatabase.getConnection()
-