Uses of Interface
org.springframework.orm.jpa.JpaDialect
Packages that use JpaDialect Package Description 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.Uses of JpaDialect in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement JpaDialect Modifier and Type Class Description classDefaultJpaDialectDefault implementation of theJpaDialectinterface.Methods in org.springframework.orm.jpa that return JpaDialect Modifier and Type Method Description JpaDialectAbstractEntityManagerFactoryBean. getJpaDialect()JpaDialectEntityManagerFactoryInfo. getJpaDialect()Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, ornullif not known.JpaDialectJpaTransactionManager. 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 JpaDialect Modifier and Type Method Description voidAbstractEntityManagerFactoryBean. 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.vendor
Classes in org.springframework.orm.jpa.vendor that implement JpaDialect Modifier and Type Class Description classEclipseLinkJpaDialectJpaDialectimplementation for Eclipse Persistence Services (EclipseLink).classHibernateJpaDialectJpaDialectimplementation for Hibernate EntityManager.Methods in org.springframework.orm.jpa.vendor that return JpaDialect Modifier and Type Method Description JpaDialectAbstractJpaVendorAdapter. getJpaDialect()