| Package | Description |
|---|---|
| org.springframework.data.mapping |
Base package for the mapping subsystem.
|
| org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
| Modifier and Type | Method and Description |
|---|---|
default Association<P> |
PersistentProperty.getRequiredAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Association<P>> |
PersistentProperty.getAssociation() |
Stream<Association<P>> |
PersistentEntity.getAssociations() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAssociationHandler.doWithAssociation(Association<? extends PersistentProperty<?>> association)
Handle the given
Association. |
void |
AssociationHandler.doWithAssociation(Association<P> association)
Processes the given
Association. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Association<P> |
AbstractPersistentProperty.createAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Association<P>> |
AbstractPersistentProperty.getAssociation() |
Stream<Association<P>> |
BasicPersistentEntity.getAssociations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePersistentEntity.addAssociation(Association<P> association)
Adds an
Association to the entity. |
void |
BasicPersistentEntity.addAssociation(Association<P> association) |
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.