| Package | Description |
|---|---|
| org.springframework.data.relational.core.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| org.springframework.data.relational.core.query |
Query and update support.
|
| Class and Description |
|---|
| AbstractDialect
Base class for
Dialect implementations. |
| AnsiDialect
An SQL dialect for the ANSI SQL standard.
|
| ArrayColumns
Interface declaring methods that express how a dialect supports array-typed columns.
|
| ArrayColumns.Unsupported
Default
ArrayColumns implementation for dialects that do not support array-typed columns. |
| Db2Dialect
An SQL dialect for DB2.
|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| Escaper
Helper class encapsulating an escape character for LIKE queries and the actually usage of it in escaping
Strings. |
| H2Dialect
An SQL dialect for H2.
|
| HsqlDbDialect
A
Dialect for HsqlDb. |
| IdGeneration
Describes the how obtaining generated ids after an insert works for a given JDBC driver.
|
| LimitClause
A clause representing Dialect-specific
LIMIT. |
| LimitClause.Position
Enumeration of where to render the clause within the SQL statement.
|
| LockClause
A clause representing Dialect-specific
LOCK. |
| LockClause.Position
Enumeration of where to render the clause within the SQL statement.
|
| MySqlDialect
A SQL dialect for MySQL.
|
| OracleDialect
An SQL dialect for Oracle.
|
| PostgresDialect
An SQL dialect for Postgres.
|
| SqlServerDialect
An SQL dialect for Microsoft SQL Server.
|
| Class and Description |
|---|
| Escaper
Helper class encapsulating an escape character for LIKE queries and the actually usage of it in escaping
Strings. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.