Uses of Package
org.springframework.data.relational.core.dialect
Packages that use org.springframework.data.relational.core.dialect
Package
Description
JDBC-specific conversion classes.
Query derivation mechanism for JDBC specific repositories.
R2DBC-specific conversion and converter implementations.
Dialects abstract the SQL dialect of the underlying database.
Dialects abstract the SQL dialect of the underlying database.
Query and update support.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Classes in org.springframework.data.relational.core.dialect used by org.springframework.data.jdbc.core.convertClassDescriptionInterface declaring methods that express how a dialect supports array-typed columns.Represents a dialect that is implemented by a particular database.
-
Classes in org.springframework.data.relational.core.dialect used by org.springframework.data.jdbc.core.dialectClassDescriptionBase class for
Dialect
implementations.An SQL dialect for DB2.Represents a dialect that is implemented by a particular database.A SQL dialect for MySQL.An SQL dialect for Postgres.An SQL dialect for Microsoft SQL Server. -
-
-
-
-
Classes in org.springframework.data.relational.core.dialect used by org.springframework.data.r2dbc.convertClassDescriptionInterface declaring methods that express how a dialect supports array-typed columns.
-
Classes in org.springframework.data.relational.core.dialect used by org.springframework.data.r2dbc.dialectClassDescriptionBase class for
Dialect
implementations.An SQL dialect for the ANSI SQL standard.Interface declaring methods that express how a dialect supports array-typed columns.Represents a dialect that is implemented by a particular database.An SQL dialect for H2.A SQL dialect for MySQL.An SQL dialect for Oracle.An SQL dialect for Postgres.An SQL dialect for Microsoft SQL Server. -
Classes in org.springframework.data.relational.core.dialect used by org.springframework.data.relational.core.dialectClassDescriptionBase class for
Dialect
implementations.An SQL dialect for the ANSI SQL standard.Interface declaring methods that express how a dialect supports array-typed columns.DefaultArrayColumns
implementation for dialects that do not support array-typed columns.An SQL dialect for DB2.Represents a dialect that is implemented by a particular database.Helper class encapsulating an escape character for LIKE queries and the actually usage of it in escapingString
s.An SQL dialect for H2.ADialect
for HsqlDb.Describes how obtaining generated ids after an insert works for a given JDBC driver.This interface encapsulates the details about how to processInsert
SQL statementIn 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 differentDialect
sA clause representing Dialect-specificLIMIT
.Enumeration of where to render the clause within the SQL statement.A clause representing Dialect-specificLOCK
.Enumeration of where to render the clause within the SQL statement.A SQL dialect for MySQL.ArrayColumns
support using the actual object type orboxed primitives
Java types.An SQL dialect for Oracle.Represents how theSort.NullHandling
option of anORDER BY
sort expression is to be evaluated.An SQL dialect for Postgres.An SQL dialect for Microsoft SQL Server. -
-
Classes in org.springframework.data.relational.core.dialect used by org.springframework.data.relational.core.sql.render