public class ApplicationContextConnectionProvider
extends java.lang.Object
implements org.hibernate.connection.ConnectionProvider
| Constructor and Description |
|---|
ApplicationContextConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeConnection(java.sql.Connection conn) |
void |
configure(java.util.Properties props) |
java.sql.Connection |
getConnection() |
boolean |
supportsAggressiveRelease() |
public ApplicationContextConnectionProvider()
public void close()
throws org.hibernate.HibernateException
close in interface org.hibernate.connection.ConnectionProviderorg.hibernate.HibernateExceptionpublic void closeConnection(java.sql.Connection conn)
throws java.sql.SQLException
closeConnection in interface org.hibernate.connection.ConnectionProviderjava.sql.SQLExceptionpublic void configure(java.util.Properties props)
throws org.hibernate.HibernateException
configure in interface org.hibernate.connection.ConnectionProviderorg.hibernate.HibernateExceptionpublic java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface org.hibernate.connection.ConnectionProviderjava.sql.SQLExceptionpublic boolean supportsAggressiveRelease()
supportsAggressiveRelease in interface org.hibernate.connection.ConnectionProviderCopyright © 2009-2023 Apereo. All Rights Reserved.