Uses of Class
org.springframework.data.mapping.Association
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of Association in org.springframework.data.mapping
Modifier and TypeMethodDescriptionPersistentProperty.getAssociation()
default Association<P>
PersistentProperty.getRequiredAssociation()
Get theAssociation
of this property.Modifier and TypeMethodDescriptionvoid
AssociationHandler.doWithAssociation
(Association<P> association) Processes the givenAssociation
.void
SimpleAssociationHandler.doWithAssociation
(Association<? extends PersistentProperty<?>> association) Handle the givenAssociation
. -
Uses of Association in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionprotected abstract Association<P>
AbstractPersistentProperty.createAssociation()
AbstractPersistentProperty.getAssociation()
Modifier and TypeMethodDescriptionvoid
BasicPersistentEntity.addAssociation
(Association<P> association) void
MutablePersistentEntity.addAssociation
(Association<P> association) Adds anAssociation
to the entity.