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 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. */
@NonNullApi @NonNullFields package org.springframework.orm.jpa; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;