@Deprecated public class ApplicationContextConnectionProvider extends Object implements org.hibernate.service.jdbc.connections.spi.ConnectionProvider
| Constructor and Description |
|---|
ApplicationContextConnectionProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection(Connection conn)
Deprecated.
|
Connection |
getConnection()
Deprecated.
|
boolean |
isUnwrappableAs(Class arg0)
Deprecated.
|
boolean |
supportsAggressiveRelease()
Deprecated.
|
<T> T |
unwrap(Class<T> arg0)
Deprecated.
|
public ApplicationContextConnectionProvider()
public void closeConnection(Connection conn) throws SQLException
closeConnection in interface org.hibernate.service.jdbc.connections.spi.ConnectionProviderSQLExceptionpublic Connection getConnection() throws SQLException
getConnection in interface org.hibernate.service.jdbc.connections.spi.ConnectionProviderSQLExceptionpublic boolean supportsAggressiveRelease()
supportsAggressiveRelease in interface org.hibernate.service.jdbc.connections.spi.ConnectionProviderpublic boolean isUnwrappableAs(Class arg0)
isUnwrappableAs in interface org.hibernate.service.spi.Wrappedpublic <T> T unwrap(Class<T> arg0)
unwrap in interface org.hibernate.service.spi.WrappedCopyright © 2017 Jasig. All Rights Reserved.