Uses of Package
org.springframework.data.relational.core.dialect
Packages that use org.springframework.data.relational.core.dialect
Package
Description
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.relational.core.dialectClassDescriptionBase class for
Dialectimplementations.An SQL dialect for the ANSI SQL standard.Interface declaring methods that express how a dialect supports array-typed columns.DefaultArrayColumnsimplementation 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 escapingStrings.An SQL dialect for H2.ADialectfor HsqlDb.Describes how obtaining generated ids after an insert works for a given JDBC driver.This interface encapsulates the details about how to processInsertSQL 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 differentDialectsA 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.ArrayColumnssupport using the actual object type orboxed primitivesJava types.An SQL dialect for Oracle.Represents how theSort.NullHandlingoption of anORDER BYsort 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