Also allows for the provision of value-added methods for portable yet more capable EntityManager and EntityManagerFactory subinterfaces offered by Spring.
In general, it is recommended to derive from DefaultJpaDialect instead of implementing this interface directly. This allows for inheriting common behavior (present and future) from DefaultJpaDialect, only overriding specific hooks to plug in concrete vendor-specific behavior. @author Juergen Hoeller @author Rod Johnson @since 2.0 @see DefaultJpaDialect @see JpaAccessor#setJpaDialect @see JpaTransactionManager#setJpaDialect @see JpaVendorAdapter#getJpaDialect() @see AbstractEntityManagerFactoryBean#setJpaDialect @see AbstractEntityManagerFactoryBean#setJpaVendorAdapter
|
|
|
|
|
|
|
|