Open Source Repository

Home /spring/spring-orm-3.0.5 | Repository Home



org/springframework/orm/jpa/package-info.java

/**
 *
 * Package providing integration of JPA (Java Persistence API) with Spring concepts.
 * Contains EntityManagerFactory helper classes, a template plus callback for JPA access,
 * and an implementation of Spring's transaction SPI for local JPA transactions.
 *
 */
package org.springframework.orm.jpa;