Uses of Interface
org.springframework.data.relational.core.dialect.Dialect
Packages that use Dialect
Package
Description
Dialects abstract the SQL dialect of the underlying database.
Support infrastructure for query derivation of relational database repositories.
-
Uses of Dialect in org.springframework.data.relational.core.dialect
Classes in org.springframework.data.relational.core.dialect that implement DialectModifier and TypeClassDescriptionclassBase class forDialectimplementations.classAn SQL dialect for the ANSI SQL standard.classAn SQL dialect for DB2.classAn SQL dialect for H2.classADialectfor HsqlDb.classA SQL dialect for MariaDb.classA SQL dialect for MySQL.classAn SQL dialect for Oracle.classAn SQL dialect for Postgres.classAn SQL dialect for Microsoft SQL Server.Fields in org.springframework.data.relational.core.dialect declared as DialectConstructors in org.springframework.data.relational.core.dialect with parameters of type DialectModifierConstructorDescriptionRenderContextFactory(Dialect dialect) Creates a newRenderContextFactorygivenDialect. -
Uses of Dialect in org.springframework.data.relational.core.sqlgeneration
Constructors in org.springframework.data.relational.core.sqlgeneration with parameters of type DialectModifierConstructorDescriptionSingleQuerySqlGenerator(RelationalMappingContext context, AliasFactory aliasFactory, Dialect dialect) -
Uses of Dialect in org.springframework.data.relational.repository.support
Methods in org.springframework.data.relational.repository.support that return DialectConstructors in org.springframework.data.relational.repository.support with parameters of type DialectModifierConstructorDescriptionprotectedRelationalQueryLookupStrategy(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty> context, Dialect dialect)