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

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.data.relational.core.mapping.NamingStrategy.getReverseColumnName(PersistentPropertyPathExtension)
    use NamingStrategy.getReverseColumnName(RelationalPersistentEntity) instead.
    org.springframework.data.relational.core.mapping.NamingStrategy.INSTANCE
    use DefaultNamingStrategy.INSTANCE instead.
    org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
    use AggregatePath instead
    org.springframework.data.relational.core.mapping.RelationalPersistentProperty.getReverseColumnName(PersistentPropertyPathExtension)
    use RelationalPersistentProperty.getReverseColumnName(RelationalPersistentEntity) instead
    org.springframework.data.relational.core.sql.SqlIdentifier.getReference(IdentifierProcessing)
    since 3.1, use the #getReference() method instead.
  • Deprecated Classes
    Class
    Description
    org.springframework.data.relational.core.conversion.BasicRelationalConverter
    since 3.2, use MappingRelationalConverter instead as the naming suggests a limited scope of functionality.
    org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
    use AggregatePath instead
  • Deprecated Fields
    Field
    Description
    org.springframework.data.relational.core.mapping.NamingStrategy.INSTANCE
    use DefaultNamingStrategy.INSTANCE instead.
  • Deprecated Methods
    Method
    Description
    org.springframework.data.relational.core.conversion.RelationalConverter.createInstance(PersistentEntity<T, RelationalPersistentProperty>, Function<Parameter<?, RelationalPersistentProperty>, Object>)
    since 3.2, use RelationalConverter.read(java.lang.Class<R>, org.springframework.data.relational.domain.RowDocument) method instead.
    org.springframework.data.relational.core.mapping.NamingStrategy.getReverseColumnName(PersistentPropertyPathExtension)
    use NamingStrategy.getReverseColumnName(RelationalPersistentEntity) instead.
    org.springframework.data.relational.core.mapping.RelationalPersistentProperty.getReverseColumnName(PersistentPropertyPathExtension)
    use RelationalPersistentProperty.getReverseColumnName(RelationalPersistentEntity) instead
    org.springframework.data.relational.core.sql.SqlIdentifier.getReference(IdentifierProcessing)
    since 3.1, use the #getReference() method instead.
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty(Property, PersistentEntity<?, RelationalPersistentProperty>, SimpleTypeHolder, RelationalMappingContext)

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