Uses of Interface
org.springframework.data.relational.core.dialect.Dialect
Packages that use Dialect
Package
Description
JDBC-specific conversion classes.
Query derivation mechanism for JDBC specific repositories.
Dialects abstract the SQL dialect of the underlying database.
Dialects abstract the SQL dialect of the underlying database.
-
Uses of Dialect in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert that return DialectConstructors in org.springframework.data.jdbc.core.convert with parameters of type DialectModifierConstructorDescriptionInsertStrategyFactory
(org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations namedParameterJdbcOperations, BatchJdbcOperations batchJdbcOperations, Dialect dialect) QueryMapper
(Dialect dialect, JdbcConverter converter) Creates a newQueryMapper
with the givenJdbcConverter
.SqlGeneratorSource
(RelationalMappingContext context, JdbcConverter converter, Dialect dialect) SqlParametersFactory
(RelationalMappingContext context, JdbcConverter converter, Dialect dialect) -
Uses of Dialect in org.springframework.data.jdbc.core.dialect
Subinterfaces of Dialect in org.springframework.data.jdbc.core.dialectModifier and TypeInterfaceDescriptioninterface
ArrayColumns
that offer JDBC specific functionality.Classes in org.springframework.data.jdbc.core.dialect that implement DialectModifier and TypeClassDescriptionclass
Db2Dialect
that registers JDBC specific converters.class
Db2Dialect
that registers JDBC specific converters.class
JDBC specific Postgres Dialect.class
SqlServerDialect
that registers JDBC specific converters. -
Uses of Dialect in org.springframework.data.jdbc.mybatis
Methods in org.springframework.data.jdbc.mybatis with parameters of type DialectModifier and TypeMethodDescriptionstatic DataAccessStrategy
MyBatisDataAccessStrategy.createCombinedAccessStrategy
(RelationalMappingContext context, JdbcConverter converter, org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, org.apache.ibatis.session.SqlSession sqlSession, NamespaceStrategy namespaceStrategy, Dialect dialect) Create aDataAccessStrategy
that first checks for queries defined by MyBatis and if it doesn't find one uses aDefaultDataAccessStrategy
static DataAccessStrategy
MyBatisDataAccessStrategy.createCombinedAccessStrategy
(RelationalMappingContext context, JdbcConverter converter, org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, org.apache.ibatis.session.SqlSession sqlSession, Dialect dialect) Create aDataAccessStrategy
that first checks for queries defined by MyBatis and if it doesn't find one uses aDefaultDataAccessStrategy
-
Uses of Dialect in org.springframework.data.jdbc.repository.config
Methods in org.springframework.data.jdbc.repository.config that return DialectModifier and TypeMethodDescriptionstatic Dialect
DialectResolver.getDialect
(org.springframework.jdbc.core.JdbcOperations operations) Retrieve aDialect
by inspecting aConnection
.AbstractJdbcConfiguration.jdbcDialect
(org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations) Resolves aJDBC dialect
by inspectingNamedParameterJdbcOperations
.Methods in org.springframework.data.jdbc.repository.config that return types with arguments of type DialectModifier and TypeMethodDescriptionDialectResolver.DefaultDialectProvider.getDialect
(org.springframework.jdbc.core.JdbcOperations operations) DialectResolver.JdbcDialectProvider.getDialect
(org.springframework.jdbc.core.JdbcOperations operations) Returns aDialect
for aDataSource
.Methods in org.springframework.data.jdbc.repository.config with parameters of type DialectModifier and TypeMethodDescriptionAbstractJdbcConfiguration.dataAccessStrategyBean
(org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, JdbcConverter jdbcConverter, JdbcMappingContext context, Dialect dialect) MyBatisJdbcConfiguration.dataAccessStrategyBean
(org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, JdbcConverter jdbcConverter, JdbcMappingContext context, Dialect dialect) AbstractJdbcConfiguration.jdbcConverter
(JdbcMappingContext mappingContext, org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, RelationResolver relationResolver, JdbcCustomConversions conversions, Dialect dialect) Creates aRelationalConverter
using the configuredAbstractJdbcConfiguration.jdbcMappingContext(Optional, JdbcCustomConversions, RelationalManagedTypes)
. -
Uses of Dialect in org.springframework.data.jdbc.repository.query
Constructors in org.springframework.data.jdbc.repository.query with parameters of type DialectModifierConstructorDescriptionPartTreeJdbcQuery
(RelationalMappingContext context, JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, AbstractJdbcQuery.RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery
.PartTreeJdbcQuery
(RelationalMappingContext context, JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations, org.springframework.jdbc.core.RowMapper<Object> rowMapper) Creates a newPartTreeJdbcQuery
. -
Uses of Dialect in org.springframework.data.jdbc.repository.support
Methods in org.springframework.data.jdbc.repository.support with parameters of type DialectConstructors in org.springframework.data.jdbc.repository.support with parameters of type DialectModifierConstructorDescriptionJdbcRepositoryFactory
(DataAccessStrategy dataAccessStrategy, RelationalMappingContext context, JdbcConverter converter, Dialect dialect, org.springframework.context.ApplicationEventPublisher publisher, org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations operations) Creates a newJdbcRepositoryFactory
for the givenDataAccessStrategy
,RelationalMappingContext
andApplicationEventPublisher
. -
Uses of Dialect in org.springframework.data.r2dbc.dialect
Subinterfaces of Dialect in org.springframework.data.r2dbc.dialectClasses in org.springframework.data.r2dbc.dialect that implement DialectModifier and TypeClassDescriptionclass
R2DBC dialect for H2.class
An SQL dialect for MySQL.class
An SQL dialect for Oracle.class
An SQL dialect for Postgres.class
An SQL dialect for Microsoft SQL Server. -
Uses of Dialect in org.springframework.data.relational.core.dialect
Classes in org.springframework.data.relational.core.dialect that implement DialectModifier and TypeClassDescriptionclass
Base class forDialect
implementations.class
An SQL dialect for the ANSI SQL standard.class
An SQL dialect for DB2.class
An SQL dialect for H2.class
ADialect
for HsqlDb.class
A SQL dialect for MariaDb.class
A SQL dialect for MySQL.class
An SQL dialect for Oracle.class
An SQL dialect for Postgres.class
An 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 newRenderContextFactory
givenDialect
.