package-info.java 580 字节
Newer Older
1 2
/**
 * Package providing integration of
3
 * <a href="http://www.hibernate.org">Hibernate 5.x</a>
4 5 6 7 8 9 10
 * with Spring concepts.
 *
 * <p>Contains an implementation of Spring's transaction SPI for local Hibernate transactions.
 * This package is intentionally rather minimal, with no template classes or the like,
 * in order to follow Hibernate recommendations as closely as possible. We recommend
 * using Hibernate's native <code>sessionFactory.getCurrentSession()</code> style.
 *
11
 * <p><b>This package supports Hibernate 5.x only.</b>
12 13
 */
package org.springframework.orm.hibernate5;