Spring Data Commons

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

Packages that use Association
org.springframework.data.mapping   
org.springframework.data.mapping.model   
 

Uses of Association in org.springframework.data.mapping
 

Fields in org.springframework.data.mapping declared as Association
protected  Association BasicPersistentProperty.association
           
 

Fields in org.springframework.data.mapping with type parameters of type Association
protected  Map<String,Association> BasicPersistentEntity.associations
           
 

Methods in org.springframework.data.mapping that return Association
 Association BasicMappingContext.createAssociation(BasicPersistentProperty property)
           
 Association BasicPersistentProperty.getAssociation()
           
 

Methods in org.springframework.data.mapping that return types with arguments of type Association
 Collection<Association> BasicPersistentEntity.getAssociations()
           
 

Methods in org.springframework.data.mapping with parameters of type Association
 void BasicPersistentEntity.addAssociation(Association association)
           
 void AssociationHandler.doWithAssociation(Association association)
           
 void BasicPersistentProperty.setAssociation(Association association)
           
 

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

Methods in org.springframework.data.mapping.model that return Association
 Association PersistentProperty.getAssociation()
           
 

Methods in org.springframework.data.mapping.model that return types with arguments of type Association
 Collection<Association> PersistentEntity.getAssociations()
          A list of the associations for this entity.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.