A Spring-provided extension of the standard Hibernate {@link Configuration} class,adding {@link SpringSessionContext} as a default and providing convenient waysto specify a DataSource and an application class loader.
This is designed for programmatic use, e.g. in {@code @Bean} factory methods.Consider using {@link LocalSessionFactoryBean} for XML bean definition files.
@author Juergen Hoeller
@since 3.1
@see LocalSessionFactoryBean
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.