接口的使用
org.springframework.orm.jpa.JpaVendorAdapter
使用JpaVendorAdapter的程序包 程序包 说明 org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors.org.springframework.orm.jpa中JpaVendorAdapter的使用
返回JpaVendorAdapter的org.springframework.orm.jpa中的方法 修饰符和类型 方法 说明 JpaVendorAdapterAbstractEntityManagerFactoryBean. getJpaVendorAdapter()Return the JpaVendorAdapter implementation for this EntityManagerFactory, ornullif not known.参数类型为JpaVendorAdapter的org.springframework.orm.jpa中的方法 修饰符和类型 方法 说明 voidAbstractEntityManagerFactoryBean. setJpaVendorAdapter(JpaVendorAdapter jpaVendorAdapter)Specify the JpaVendorAdapter implementation for the desired JPA provider, if any.org.springframework.orm.jpa.vendor中JpaVendorAdapter的使用
实现JpaVendorAdapter的org.springframework.orm.jpa.vendor中的类 修饰符和类型 类 说明 classAbstractJpaVendorAdapterAbstractJpaVendorAdapterimplementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.classEclipseLinkJpaVendorAdapterJpaVendorAdapterimplementation for Eclipse Persistence Services (EclipseLink).classHibernateJpaVendorAdapterJpaVendorAdapterimplementation for Hibernate EntityManager.