Uses of Interface
org.springframework.orm.jpa.JpaDialect
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Support classes for adapting to specific JPA vendors.
-
Uses of JpaDialect in org.springframework.orm.jpa
Modifier and TypeMethodDescriptionAbstractEntityManagerFactoryBean.getJpaDialect()
EntityManagerFactoryInfo.getJpaDialect()
Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, ornull
if not known.JpaTransactionManager.getJpaDialect()
Return the JPA dialect to use for this transaction manager.default JpaDialect
JpaVendorAdapter.getJpaDialect()
Return the vendor-specific JpaDialect implementation for this provider, ornull
if there is none.Modifier and TypeMethodDescriptionvoid
AbstractEntityManagerFactoryBean.setJpaDialect
(JpaDialect jpaDialect) Specify the vendor-specific JpaDialect implementation to associate with this EntityManagerFactory.void
JpaTransactionManager.setJpaDialect
(JpaDialect jpaDialect) Set the JPA dialect to use for this transaction manager. -
Uses of JpaDialect in org.springframework.orm.jpa.vendor
Modifier and TypeClassDescriptionclass
JpaDialect
implementation for Eclipse Persistence Services (EclipseLink).class
JpaDialect
implementation for Hibernate.