Uses of Package
org.springframework.orm.jpa
Package
Description
Package providing integration of
Hibernate 5.x
with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Classes supporting the
org.springframework.orm.jpa
package.Support classes for adapting to specific JPA vendors.
-
-
ClassDescriptionAbstract
FactoryBean
that creates a local JPAEntityManagerFactory
instance within a Spring application context.Metadata interface for a Spring-managed JPAEntityManagerFactory
.SPI strategy that encapsulates certain functionality that standard JPA 3.0 does not offer, such as access to the underlying JDBC Connection.SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators. -
ClassDescriptionBase class for any class that needs to access a JPA
EntityManagerFactory
, usually in order to obtain a JPAEntityManager
. -
ClassDescriptionDefault implementation of the
JpaDialect
interface.SPI strategy that encapsulates certain functionality that standard JPA 3.0 does not offer, such as access to the underlying JDBC Connection.SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.