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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJpaDialect
Default implementation of the
JpaDialect interface. |
Modifier and Type | Method and Description |
---|---|
JpaDialect |
EntityManagerFactoryInfo.getJpaDialect()
Return the vendor-specific JpaDialect implementation for this
EntityManagerFactory, or
null if not known. |
JpaDialect |
JpaTransactionManager.getJpaDialect()
Return the JPA dialect to use for this transaction manager.
|
JpaDialect |
AbstractEntityManagerFactoryBean.getJpaDialect() |
default JpaDialect |
JpaVendorAdapter.getJpaDialect()
Return the vendor-specific JpaDialect implementation for this
provider, or
null if there is none. |
Modifier and Type | Method and Description |
---|---|
void |
JpaTransactionManager.setJpaDialect(JpaDialect jpaDialect)
Set the JPA dialect to use for this transaction manager.
|
void |
AbstractEntityManagerFactoryBean.setJpaDialect(JpaDialect jpaDialect)
Specify the vendor-specific JpaDialect implementation to associate with
this EntityManagerFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseLinkJpaDialect
JpaDialect implementation for Eclipse
Persistence Services (EclipseLink). |
class |
HibernateJpaDialect
JpaDialect implementation for
Hibernate EntityManager. |
Modifier and Type | Method and Description |
---|---|
JpaDialect |
AbstractJpaVendorAdapter.getJpaDialect() |