Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresPlusDialect
An SQL dialect for Postgres Plus
|
class |
PostgreSQL92Dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type
|
class |
PostgreSQL94Dialect
An SQL dialect for Postgres 9.4 and later.
|
class |
PostgreSQL9Dialect
An SQL dialect for Postgres 9 and later.
|
class |
PostgreSQLDialect
Deprecated.
use
PostgreSQL82Dialect instead |
Copyright © 2017 JBoss by Red Hat. All rights reserved.