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() |
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 | Field and Description |
---|---|
protected Association<P> |
AbstractPersistentProperty.association |
Modifier and Type | Method and Description |
---|---|
protected abstract Association<P> |
AbstractPersistentProperty.createAssociation() |
Association<P> |
AbstractPersistentProperty.getAssociation() |
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–2017 Pivotal Software, Inc.. All rights reserved.