liquibase.ext.hibernate.database.connection
Class HibernateDriver
java.lang.Object
liquibase.ext.hibernate.database.connection.HibernateDriver
- All Implemented Interfaces:
- Driver
public class HibernateDriver
- extends Object
- implements Driver
Implements the standard java.sql.Driver interface to allow the Hibernate integration to better fit into
what Liquibase expects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateDriver
public HibernateDriver()
connect
public Connection connect(String url,
Properties info)
throws SQLException
- Specified by:
connect in interface Driver
- Throws:
SQLException
acceptsURL
public boolean acceptsURL(String url)
throws SQLException
- Specified by:
acceptsURL in interface Driver
- Throws:
SQLException
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url,
Properties info)
throws SQLException
- Specified by:
getPropertyInfo in interface Driver
- Throws:
SQLException
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersion in interface Driver
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersion in interface Driver
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
jdbcCompliant in interface Driver
getParentLogger
public Logger getParentLogger()
throws SQLFeatureNotSupportedException
- Throws:
SQLFeatureNotSupportedException
Copyright © 2015 Liquibase.org. All rights reserved.