Skip navigation links
Spring Data JDBC
  • Module
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Exceptions
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory(JdbcOperations, JdbcArrayColumns)
    use DefaultJdbcTypeFactory(JdbcOperations, org.springframework.data.jdbc.core.dialect.JdbcArrayColumns) instead.
    org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy.setDelegate(DataAccessStrategy)
    since 3.0, use DelegatingDataAccessStrategy(DataAccessStrategy) to avoid mutable state.
    org.springframework.data.jdbc.core.convert.JdbcArrayColumns
    since 3.5, replacement moved to JdbcArrayColumns.
    org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
    since 3.5.3, will be converted to a package-private class in 4.0 as this class is an implementation detail and should not be used by application code.
    org.springframework.data.jdbc.repository.config.DialectResolver
    since 3.5, replacement DialectResolver was moved to the org.springframework.data.jdbc.core.dialect package.
    org.springframework.data.jdbc.repository.config.DialectResolver.DefaultDialectProvider
    org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProvider
    since 3.5, replacement DialectResolver was moved to the org.springframework.data.jdbc.core.dialect package.
    org.springframework.data.jdbc.repository.config.DialectResolver.NoDialectException
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.data.jdbc.core.convert.JdbcArrayColumns
    since 3.5, replacement moved to JdbcArrayColumns.
    org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProvider
    since 3.5, replacement DialectResolver was moved to the org.springframework.data.jdbc.core.dialect package.
  • Deprecated Classes
    Class
    Description
    org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
    since 3.5.3, will be converted to a package-private class in 4.0 as this class is an implementation detail and should not be used by application code.
    org.springframework.data.jdbc.repository.config.DialectResolver
    since 3.5, replacement DialectResolver was moved to the org.springframework.data.jdbc.core.dialect package.
    org.springframework.data.jdbc.repository.config.DialectResolver.DefaultDialectProvider
  • Deprecated Exceptions
    Exceptions
    Description
    org.springframework.data.jdbc.repository.config.DialectResolver.NoDialectException
  • Deprecated Methods
    Method
    Description
    org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy.setDelegate(DataAccessStrategy)
    since 3.0, use DelegatingDataAccessStrategy(DataAccessStrategy) to avoid mutable state.
    org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery.setBeanFactory(BeanFactory)
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory(JdbcOperations, JdbcArrayColumns)
    use DefaultJdbcTypeFactory(JdbcOperations, org.springframework.data.jdbc.core.dialect.JdbcArrayColumns) instead.
    org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery(String, JdbcQueryMethod, NamedParameterJdbcOperations, AbstractJdbcQuery.RowMapperFactory, JdbcConverter, QueryMethodEvaluationContextProvider)
    since 3.4, use the constructors accepting ValueExpressionDelegate instead.
    org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery(JdbcQueryMethod, NamedParameterJdbcOperations, AbstractJdbcQuery.RowMapperFactory, JdbcConverter, QueryMethodEvaluationContextProvider)
    use alternative constructor
    org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery(JdbcQueryMethod, NamedParameterJdbcOperations, RowMapper<?>, JdbcConverter, QueryMethodEvaluationContextProvider)
    since 3.4, use the constructors accepting ValueExpressionDelegate instead.

Copyright © 2017–2025 Pivotal Software, Inc.. All rights reserved.