Module spring.data.jdbc
Class SqlParametersFactory
java.lang.Object
org.springframework.data.jdbc.core.convert.SqlParametersFactory
Creates the
SqlIdentifierParameterSource for various SQL operations, dialect identifier processing rules and
applicable converters.- Since:
- 2.4
- Author:
- Jens Schauder, Chirag Tailor, Mikhail Polivakha
-
Constructor Summary
ConstructorsConstructorDescriptionSqlParametersFactory(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcConverter converter) SqlParametersFactory(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcConverter converter, org.springframework.data.relational.core.dialect.Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
SqlParametersFactory
@Deprecated(since="3.1", forRemoval=true) public SqlParametersFactory(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcConverter converter, org.springframework.data.relational.core.dialect.Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version. -
SqlParametersFactory
public SqlParametersFactory(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcConverter converter) - Since:
- 3.1
-
SqlParametersFactory(org.springframework.data.relational.core.mapping.RelationalMappingContext,org.springframework.data.jdbc.core.convert.JdbcConverter)instead.