Spring Data Commons

Uses of Class
org.springframework.data.mapping.Association

Packages that use Association
org.springframework.data.mapping Base package for the mapping subsystem. 
org.springframework.data.mapping.model Core implementation of the mapping subsystem's model. 
 

Uses of Association in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping that return Association
 Association<P> PersistentProperty.getAssociation()
           
 

Methods in org.springframework.data.mapping with parameters of type Association
 void AssociationHandler.doWithAssociation(Association<P> association)
          Processes the given Association.
 

Uses of Association in org.springframework.data.mapping.model
 

Fields in org.springframework.data.mapping.model declared as Association
protected  Association<P> AbstractPersistentProperty.association
           
 

Methods in org.springframework.data.mapping.model that return Association
protected abstract  Association<P> AbstractPersistentProperty.createAssociation()
           
 Association<P> AbstractPersistentProperty.getAssociation()
           
 

Methods in org.springframework.data.mapping.model with parameters of type Association
 void MutablePersistentEntity.addAssociation(Association<P> association)
          Adds an Association to the entity.
 void BasicPersistentEntity.addAssociation(Association<P> association)
           
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.