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
HibernateException
public Connection getConnection() throws SQLException
SQLException
public void closeConnection(Connection conn) throws SQLException
SQLException
public boolean supportsAggressiveRelease()
public boolean isUnwrappableAs(Class unwrapType)
public <T> T unwrap(Class<T> unwrapType)
public void stop()
Copyright © 2017 Zaxxer.com. All rights reserved.