Uses of Package
org.springframework.orm.jpa
Packages that use org.springframework.orm.jpa
Package
Description
Package providing integration of
 Hibernate ORM 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.
- 
Classes in org.springframework.orm.jpa used by org.springframework.orm.hibernate5
- 
Classes in org.springframework.orm.jpa used by org.springframework.orm.jpaClassDescriptionAbstractFactoryBeanthat creates a local JPAEntityManagerFactoryinstance 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.
- 
Classes in org.springframework.orm.jpa used by org.springframework.orm.jpa.supportClassDescriptionBase class for any class that needs to access a JPAEntityManagerFactory, usually in order to obtain a JPAEntityManager.
- 
Classes in org.springframework.orm.jpa used by org.springframework.orm.jpa.vendorClassDescriptionDefault implementation of theJpaDialectinterface.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.