Uses of Class
org.springframework.data.mapping.Association
Packages that use 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
Methods in org.springframework.data.mapping that return AssociationModifier and TypeMethodDescriptionPersistentProperty.getAssociation()
default Association<P>
PersistentProperty.getRequiredAssociation()
Get theAssociation
of this property.Methods in org.springframework.data.mapping with parameters of type AssociationModifier 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
Methods in org.springframework.data.mapping.model that return AssociationModifier and TypeMethodDescriptionprotected abstract Association<P>
AbstractPersistentProperty.createAssociation()
AbstractPersistentProperty.getAssociation()
Methods in org.springframework.data.mapping.model with parameters of type AssociationModifier and TypeMethodDescriptionvoid
BasicPersistentEntity.addAssociation
(Association<P> association) void
MutablePersistentEntity.addAssociation
(Association<P> association) Adds anAssociation
to the entity.