| Package | Description |
|---|---|
| org.springframework.data.relational.core.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDialect
Base class for
Dialect implementations. |
class |
AnsiDialect
An SQL dialect for the ANSI SQL standard.
|
class |
Db2Dialect
An SQL dialect for DB2.
|
class |
H2Dialect
An SQL dialect for H2.
|
class |
HsqlDbDialect
A
Dialect for HsqlDb. |
class |
MySqlDialect
A SQL dialect for MySQL.
|
class |
OracleDialect
An SQL dialect for Oracle.
|
class |
PostgresDialect
An SQL dialect for Postgres.
|
class |
SqlServerDialect
An SQL dialect for Microsoft SQL Server.
|
| Modifier and Type | Field and Description |
|---|---|
Dialect |
RenderContextFactory.dialect |
| Constructor and Description |
|---|
RenderContextFactory(Dialect dialect)
Creates a new
RenderContextFactory given Dialect. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.