Skip navigation links
Spring Data Core
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.data.repository.aot.generate.CodeBlocks
    org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments.invoke(Method, Method, Object[])
  • Deprecated Classes
    Class
    Description
    org.springframework.data.repository.aot.generate.CodeBlocks
    org.springframework.data.transaction.ChainedTransactionManager
    since 2.5
  • Deprecated Methods
    Method
    Description
    org.springframework.data.expression.ValueEvaluationContext.getRequiredEvaluationContext()
    since 4.0, EvaluationContext is always provided.
    org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport.registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry)
    since 2.2, call RepositoryBeanDefinitionRegistrarSupport.registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) instead.
    org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport.getModulePrefix()
    since 3.0, refer to RepositoryConfigurationExtension.getModuleIdentifier() instead and implement either RepositoryConfigurationExtensionSupport.getModuleName() directly or both methods if the default translation from name to identifier as defined in RepositoryConfigurationExtension.getModuleIdentifier() doesn't suit you.
    org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments.invoke(Method, Method, Object[])
    org.springframework.data.repository.query.QueryMethod.createParameters(ParametersSource)
    since 3.5, use QueryMethod(Method, RepositoryMetadata, ProjectionFactory, Function) instead.
    org.springframework.data.util.ReflectionUtils.findRequiredMethod(Class<?>, String, Class<?>...)
    since 3.5, use ReflectionUtils.getRequiredMethod(Class, String, Class[]) instead.
    org.springframework.data.web.SlicedResourcesAssembler.toEmptyModel(Slice<?>, Class<?>, Optional<Link>)
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.data.repository.query.QueryMethod(Method, RepositoryMetadata, ProjectionFactory)
    since 3.5, use QueryMethod(Method, RepositoryMetadata, ProjectionFactory, Function) instead.

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