org.hibernate.ejb
Class InjectionSettingsFactory

java.lang.Object
  extended by org.hibernate.cfg.SettingsFactory
      extended by org.hibernate.ejb.InjectionSettingsFactory
All Implemented Interfaces:
Serializable

public class InjectionSettingsFactory
extends org.hibernate.cfg.SettingsFactory

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
InjectionSettingsFactory()
           
 
Method Summary
protected  org.hibernate.connection.ConnectionProvider createConnectionProvider(Properties properties)
           
 void setConnectionProviderInjectionData(Map connectionProviderInjectionData)
          Map where the key represents the javabean property in witch Object will be injected
 
Methods inherited from class org.hibernate.cfg.SettingsFactory
buildSettings, createBatcherFactory, createCacheProvider, createQueryCacheFactory, createQueryTranslatorFactory, createTransactionFactory, createTransactionManagerLookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionSettingsFactory

public InjectionSettingsFactory()
Method Detail

setConnectionProviderInjectionData

public void setConnectionProviderInjectionData(Map connectionProviderInjectionData)
Map where the key represents the javabean property in witch Object will be injected

Parameters:
connectionProviderInjectionData -

createConnectionProvider

protected org.hibernate.connection.ConnectionProvider createConnectionProvider(Properties properties)
Overrides:
createConnectionProvider in class org.hibernate.cfg.SettingsFactory