public class HikariConnectionProvider extends Object
| Constructor and Description |
|---|
HikariConnectionProvider()
c-tor
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection(Connection conn) |
void |
configure(Map props) |
Connection |
getConnection() |
boolean |
isUnwrappableAs(Class unwrapType) |
void |
stop() |
boolean |
supportsAggressiveRelease() |
<T> T |
unwrap(Class<T> unwrapType) |
public void configure(Map props) throws HibernateException
HibernateExceptionpublic Connection getConnection() throws SQLException
SQLExceptionpublic void closeConnection(Connection conn) throws SQLException
SQLExceptionpublic boolean supportsAggressiveRelease()
public boolean isUnwrappableAs(Class unwrapType)
public <T> T unwrap(Class<T> unwrapType)
public void stop()
Copyright © 2017 Zaxxer.com. All rights reserved.