public class HikariConnectionProvider
extends java.lang.Object
implements org.hibernate.engine.jdbc.connections.spi.ConnectionProvider, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.Stoppable
| Constructor and Description |
|---|
HikariConnectionProvider()
c-tor
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection(java.sql.Connection conn) |
void |
configure(java.util.Map props) |
java.sql.Connection |
getConnection() |
boolean |
isUnwrappableAs(java.lang.Class unwrapType) |
void |
stop() |
boolean |
supportsAggressiveRelease() |
<T> T |
unwrap(java.lang.Class<T> unwrapType) |
public void configure(java.util.Map props)
throws org.hibernate.HibernateException
configure in interface org.hibernate.service.spi.Configurableorg.hibernate.HibernateExceptionpublic java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProviderjava.sql.SQLExceptionpublic void closeConnection(java.sql.Connection conn)
throws java.sql.SQLException
closeConnection in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProviderjava.sql.SQLExceptionpublic boolean supportsAggressiveRelease()
supportsAggressiveRelease in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProviderpublic boolean isUnwrappableAs(java.lang.Class unwrapType)
isUnwrappableAs in interface org.hibernate.service.spi.Wrappedpublic <T> T unwrap(java.lang.Class<T> unwrapType)
unwrap in interface org.hibernate.service.spi.Wrappedpublic void stop()
stop in interface org.hibernate.service.spi.StoppableCopyright © 2014 Zaxxer.com. All Rights Reserved.