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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetDatabase(Database database)
Specify the target database to operate on, as a value of the Database enum: DB2, DERBY, H2, HANA, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE

NOTE: This setting will override your JPA provider's default algorithm.

voidsetDatabasePlatform(@Nullable String databasePlatform)
Specify the name of the target database to operate on.
voidsetGenerateDdl(boolean generateDdl)
Set whether to generate DDL after the EntityManagerFactory has been initialized, creating/updating all relevant tables.
voidsetShowSql(boolean showSql)
Set whether to show SQL in the log (or in the console).