org.sonar.jpa.session
Class CustomHibernateConnectionProvider

java.lang.Object
  extended by org.hibernate.connection.DatasourceConnectionProvider
      extended by org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
          extended by org.sonar.jpa.session.CustomHibernateConnectionProvider
All Implemented Interfaces:
org.hibernate.connection.ConnectionProvider

public class CustomHibernateConnectionProvider
extends org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider


Constructor Summary
CustomHibernateConnectionProvider()
           
 
Method Summary
 void configure(Properties props)
           
 
Methods inherited from class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
getConnection, setDataSource
 
Methods inherited from class org.hibernate.connection.DatasourceConnectionProvider
close, closeConnection, getDataSource, supportsAggressiveRelease
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomHibernateConnectionProvider

public CustomHibernateConnectionProvider()
Method Detail

configure

public void configure(Properties props)
Specified by:
configure in interface org.hibernate.connection.ConnectionProvider
Overrides:
configure in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider


Copyright © 2009-2012 SonarSource. All Rights Reserved.