| Class | Description |
|---|---|
| HibernateConnection | Implements java.sql.Connection in order to pretend a hibernate configuration is a database in order to fit into the Liquibase framework. |
| HibernateConnectionMetadata | Implements the standard java.sql.DatabaseMetaData interface to allow the Hibernate integration to better fit into what Liquibase expects. |
| HibernateDriver | Implements the standard java.sql.Driver interface to allow the Hibernate integration to better fit into what Liquibase expects. |