| Package | Description |
|---|---|
| org.springframework.data.jdbc.core.convert |
JDBC-specific conversion classes.
|
| org.springframework.data.jdbc.core.dialect | |
| org.springframework.data.jdbc.mybatis | |
| org.springframework.data.jdbc.repository.config | |
| org.springframework.data.jdbc.repository.query |
Query derivation mechanism for JDBC specific repositories.
|
| org.springframework.data.jdbc.repository.support | |
| 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.
|
| org.springframework.data.relational.core.sql.render |
SQL rendering utilities to render SQL from the Statement Builder API.
|
| Class and Description |
|---|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| Class and Description |
|---|
| AbstractDialect
Base class for
Dialect implementations. |
| ArrayColumns
Interface declaring methods that express how a dialect supports array-typed columns.
|
| Db2Dialect
An SQL dialect for DB2.
|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| H2Dialect
An SQL dialect for H2.
|
| MySqlDialect
A SQL dialect for MySQL.
|
| PostgresDialect
An SQL dialect for Postgres.
|
| SqlServerDialect
An SQL dialect for Microsoft SQL Server.
|
| Class and Description |
|---|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| Class and Description |
|---|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| Class and Description |
|---|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| Class and Description |
|---|
| Dialect
Represents a dialect that is implemented by a particular database.
|
| 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 how obtaining generated ids after an insert works for a given JDBC driver.
|
| InsertRenderContext
This interface encapsulates the details about how to process
Insert SQL statement |
| InsertRenderContexts
In the scope of Insert with default values SQL statement, for example INSERT INTO SCHEMA.TABLE VALUES
(DEFAULT) this enum represents the default values part in different
Dialects |
| 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.
|
| OrderByNullPrecedence
Represents how the
Sort.NullHandling option of an ORDER BY sort expression is to be evaluated. |
| 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. |
| Class and Description |
|---|
| InsertRenderContext
This interface encapsulates the details about how to process
Insert SQL statement |
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.