Package org.springframework.data.relational.core.mapping
@NonNullApi
package org.springframework.data.relational.core.mapping
-
ClassDescriptionMeta data about a property to be used by repository implementations.The annotation to configure the mapping from an attribute to a database column.The default naming strategy used by Spring Data Relational.The annotation to configure a value object as embedded in the current table.Shortcut for an empty embedded property.Shortcut for a nullable embedded property.Load strategy to be used
Embedded.onEmpty()
.Enum for determining how the names of back references should get generated.A property with this annotation will only be written to the database during insert operations, not during updates.Interface and default implementation of a naming strategy.A wrapper around aPersistentPropertyPath
for making common operations available used in SQL generation and conversionMappingContext
implementation.APersistentEntity
interface with additional methods for JDBC/RDBMS related metadata.APersistentProperty
with methods for additional JDBC/RDBMS related meta data.The annotation to configure the mapping from a class to a database table.