public class TopiaConnectionProviderHardCoded extends Object implements org.hibernate.engine.jdbc.connections.spi.ConnectionProvider, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.Stoppable
| Modifier and Type | Field and Description |
|---|---|
protected List<Connection> |
pool
Our pool of connections which are not closed and availables.
|
| Constructor and Description |
|---|
TopiaConnectionProviderHardCoded() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection(Connection conn) |
void |
configure(Map configurationValues) |
protected void |
finalize() |
Connection |
getConnection() |
boolean |
isUnwrappableAs(Class unwrapType) |
void |
stop() |
boolean |
supportsAggressiveRelease() |
<T> T |
unwrap(Class<T> unwrapType) |
protected final List<Connection> pool
public void configure(Map configurationValues) throws org.hibernate.HibernateException
configure in interface org.hibernate.service.spi.Configurableorg.hibernate.HibernateExceptionpublic Connection getConnection() throws SQLException
getConnection in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProviderSQLExceptionpublic void closeConnection(Connection conn) throws SQLException
closeConnection in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProviderSQLExceptionprotected void finalize()
throws Throwable
public void stop()
stop in interface org.hibernate.service.spi.Stoppablepublic boolean supportsAggressiveRelease()
supportsAggressiveRelease in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProviderpublic boolean isUnwrappableAs(Class unwrapType)
isUnwrappableAs in interface org.hibernate.service.spi.Wrappedpublic <T> T unwrap(Class<T> unwrapType)
unwrap in interface org.hibernate.service.spi.WrappedCopyright © 2004–2018 CodeLutin. All rights reserved.