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<P> AbstractPersistentProperty.association
           
 

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

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

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

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

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

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

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


Spring Data Commons

Copyright © 2011. All Rights Reserved.