Uses of Interface
org.springframework.orm.jpa.JpaDialect
Packages that use 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.jpaClasses in org.springframework.orm.jpa that implement JpaDialectMethods in org.springframework.orm.jpa that return JpaDialectModifier and TypeMethodDescriptionAbstractEntityManagerFactoryBean.getJpaDialect()EntityManagerFactoryInfo.getJpaDialect()Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, ornullif not known.JpaTransactionManager.getJpaDialect()Return the JPA dialect to use for this transaction manager.default JpaDialectJpaVendorAdapter.getJpaDialect()Return the vendor-specific JpaDialect implementation for this provider, ornullif there is none.Methods in org.springframework.orm.jpa with parameters of type JpaDialectModifier and TypeMethodDescriptionvoidAbstractEntityManagerFactoryBean.setJpaDialect(JpaDialect jpaDialect) Specify the vendor-specific JpaDialect implementation to associate with this EntityManagerFactory.voidJpaTransactionManager.setJpaDialect(JpaDialect jpaDialect) Set the JPA dialect to use for this transaction manager.
- 
Uses of JpaDialect in org.springframework.orm.jpa.vendorClasses in org.springframework.orm.jpa.vendor that implement JpaDialectModifier and TypeClassDescriptionclassJpaDialectimplementation for Eclipse Persistence Services (EclipseLink).classJpaDialectimplementation for Hibernate EntityManager.Methods in org.springframework.orm.jpa.vendor that return JpaDialect