Uses of Interface
org.springframework.orm.jpa.JpaVendorAdapter
Packages that use JpaVendorAdapter
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Support classes for adapting to specific JPA vendors.
-
Uses of JpaVendorAdapter in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa that return JpaVendorAdapterModifier and TypeMethodDescriptionAbstractEntityManagerFactoryBean.getJpaVendorAdapter()Return the JpaVendorAdapter implementation for this EntityManagerFactory, ornullif not known.Methods in org.springframework.orm.jpa with parameters of type JpaVendorAdapterModifier and TypeMethodDescriptionvoidAbstractEntityManagerFactoryBean.setJpaVendorAdapter(JpaVendorAdapter jpaVendorAdapter) Specify the JpaVendorAdapter implementation for the desired JPA provider, if any. -
Uses of JpaVendorAdapter in org.springframework.orm.jpa.vendor
Classes in org.springframework.orm.jpa.vendor that implement JpaVendorAdapterModifier and TypeClassDescriptionclassAbstractJpaVendorAdapterimplementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.classJpaVendorAdapterimplementation for Eclipse Persistence Services (EclipseLink).classJpaVendorAdapterimplementation for Hibernate.