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 |
---|---|
Association<P> |
PersistentProperty.getAssociation() |
default Association<P> |
PersistentProperty.getRequiredAssociation()
Get the
Association of this property. |
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() |
Association<P> |
AbstractPersistentProperty.getAssociation() |
Modifier and Type | Method and Description |
---|---|
void |
BasicPersistentEntity.addAssociation(Association<P> association) |
void |
MutablePersistentEntity.addAssociation(Association<P> association)
Adds an
Association to the entity. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.