| Package | Description |
|---|---|
| org.springframework.data.relational.core.conversion | |
| org.springframework.data.relational.core.mapping | |
| org.springframework.data.relational.repository.query |
Query support for relational database repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelationalPersistentProperty
Meta data about a property to be used by repository implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected RelationalPersistentProperty |
RelationalMappingContext.createPersistentProperty(Property property,
RelationalPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
RelationalPersistentProperty |
PersistentPropertyPathExtension.getRequiredIdProperty()
The id property of the final element of the path.
|
| Modifier and Type | Method and Description |
|---|---|
protected Association<RelationalPersistentProperty> |
BasicRelationalPersistentProperty.createAssociation() |
PersistentPropertyPath<? extends RelationalPersistentProperty> |
PersistentPropertyPathExtension.getRequiredPersistentPropertyPath()
Converts this path to a non-null
PersistentPropertyPath. |
| Modifier and Type | Method and Description |
|---|---|
PersistentPropertyPathExtension |
PersistentPropertyPathExtension.extendBy(RelationalPersistentProperty property)
Creates a new path by extending the current path by the property passed as an argument.
|
default String |
NamingStrategy.getColumnName(RelationalPersistentProperty property)
Defaults to return the given
RelationalPersistentProperty's name with the parts of a camel case name
separated by '_'; |
default String |
NamingStrategy.getKeyColumn(RelationalPersistentProperty property)
For a map valued reference A -> Map>X,B< this is the name of the column in the table for B holding the key of
the map.
|
default String |
NamingStrategy.getReverseColumnName(RelationalPersistentProperty property)
For a reference A -> B this is the name in the table for B which references A.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersistentPropertyPathExtension.matches(PersistentPropertyPath<RelationalPersistentProperty> path)
Tests if
this and the argument represent the same path. |
| Constructor and Description |
|---|
DtoInstantiatingConverter(Class<?> dtoType,
MappingContext<? extends RelationalPersistentEntity<?>,? extends RelationalPersistentProperty> context,
EntityInstantiators instantiator)
Creates a new
Converter to instantiate DTOs. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.