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

Deprecated API

Contents

  • Terminally Deprecated
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.data.relational.core.mapping.NamingStrategy.INSTANCE
    use DefaultNamingStrategy.INSTANCE instead.
    org.springframework.data.relational.core.sql.SqlIdentifier.getReference(IdentifierProcessing)
    since 3.1, use the #getReference() method 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.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.