Package com.isomorphic.hibernate
Class SpringHB6Provider
java.lang.Object
com.isomorphic.hibernate.SpringHB6Provider
- All Implemented Interfaces:
HBProviderInterface
HB provider for Spring with Hibernate 5/6.
SessionFactory
is looked up in initialization block and used to create Session
objects.
-
Field Summary
Fields
-
Field Details
-
CONFIG_BEAN
Name of sub property for Spring bean name for hibernate configuration.- See Also:
-
configBean
Holds Spring bean name. -
configuration
protected org.hibernate.cfg.Configuration configurationHoldsConfiguration
. -
factory
protected org.hibernate.SessionFactory factoryHoldsSessionFactory
.
-