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