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.jpa
Classes 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 @Nullable 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(@Nullable JpaDialect jpaDialect) Specify the vendor-specific JpaDialect implementation to associate with this EntityManagerFactory.voidJpaTransactionManager.setJpaDialect(@Nullable JpaDialect jpaDialect) Set the JPA dialect to use for this transaction manager. -
Uses of JpaDialect in org.springframework.orm.jpa.vendor
Classes in org.springframework.orm.jpa.vendor that implement JpaDialectModifier and TypeClassDescriptionclassJpaDialectimplementation for Eclipse Persistence Services (EclipseLink).classJpaDialectimplementation for Hibernate.Methods in org.springframework.orm.jpa.vendor that return JpaDialect