public class SpringHB4Provider extends java.lang.Object implements HBProviderInterface
SessionFactory is looked up in initialization block and used to create Session objects.| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CONFIG_BEANName of sub property for Spring bean name for hibernate configuration. | 
| protected java.lang.String | configBeanHolds Spring bean name. | 
| protected org.hibernate.cfg.Configuration | configurationHolds  Configuration. | 
| protected org.hibernate.SessionFactory | factoryHolds  SessionFactory. | 
commitTransaction, get, getSession, getTransaction, returnSession, rollbackTransactionpublic static final java.lang.String CONFIG_BEAN
protected java.lang.String configBean
protected org.hibernate.cfg.Configuration configuration
Configuration.protected org.hibernate.SessionFactory factory
SessionFactory.