Example usage for org.springframework.orm.jpa DefaultJpaDialect subclass-usage

List of usage examples for org.springframework.orm.jpa DefaultJpaDialect subclass-usage

Introduction

In this page you can find the example usage for org.springframework.orm.jpa DefaultJpaDialect subclass-usage.

Usage

From source file org.springframework.orm.jpa.vendor.OpenJpaDialect.java

/**
 * {@link org.springframework.orm.jpa.JpaDialect} implementation for Apache OpenJPA.
 * Developed and tested against OpenJPA 2.2.
 *
 * @author Juergen Hoeller
 * @author Costin Leau

From source file org.springframework.orm.jpa.vendor.HibernateJpaDialect.java

/**
 * {@link org.springframework.orm.jpa.JpaDialect} implementation for
 * Hibernate EntityManager. Developed against Hibernate 5.0/5.1/5.2.
 *
 * @author Juergen Hoeller
 * @author Costin Leau