Java org.springframework.orm.jpa JpaDialect fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.jpa JpaDialect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.jpa JpaDialect.

The text is from its open source code.

Method

voidcleanupTransaction(@Nullable Object transactionData)
Clean up the transaction via the given transaction data.
ObjectprepareTransaction(EntityManager entityManager, boolean readOnly, @Nullable String name)
Prepare a JPA transaction, applying the specified semantics.
DataAccessExceptiontranslateExceptionIfPossible(RuntimeException ex)
Translate the given runtime exception thrown by a persistence framework to a corresponding exception from Spring's generic org.springframework.dao.DataAccessException hierarchy, if possible.