|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Association | |
---|---|
org.springframework.data.mapping | |
org.springframework.data.mapping.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |