程序包的使用
org.springframework.orm.jpa
使用org.springframework.orm.jpa的程序包 程序包 说明 org.springframework.orm.hibernate5 Package providing integration of Hibernate 5.x with Spring concepts.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.org.springframework.orm.jpa.support Classes supporting theorg.springframework.orm.jpa
package.org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors.org.springframework.orm.hibernate5使用的org.springframework.orm.jpa中的类 类 说明 EntityManagerHolder Resource holder wrapping a JPAEntityManager
.org.springframework.orm.jpa使用的org.springframework.orm.jpa中的类 类 说明 AbstractEntityManagerFactoryBean AbstractFactoryBean
that creates a local JPAEntityManagerFactory
instance within a Spring application context.EntityManagerFactoryInfo Metadata interface for a Spring-managed JPAEntityManagerFactory
.JpaDialect SPI strategy that encapsulates certain functionality that standard JPA 2.1 does not offer, such as access to the underlying JDBC Connection.JpaVendorAdapter SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.org.springframework.orm.jpa.support使用的org.springframework.orm.jpa中的类 类 说明 EntityManagerFactoryAccessor Base class for any class that needs to access a JPAEntityManagerFactory
, usually in order to obtain a JPAEntityManager
.org.springframework.orm.jpa.vendor使用的org.springframework.orm.jpa中的类 类 说明 DefaultJpaDialect Default implementation of theJpaDialect
interface.EntityManagerFactoryAccessor Base class for any class that needs to access a JPAEntityManagerFactory
, usually in order to obtain a JPAEntityManager
.JpaDialect SPI strategy that encapsulates certain functionality that standard JPA 2.1 does not offer, such as access to the underlying JDBC Connection.JpaVendorAdapter SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.