Spring Data Commons

Uses of Interface
org.springframework.data.mapping.model.PersistentProperty

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

Uses of PersistentProperty in org.springframework.data.mapping
 

Classes in org.springframework.data.mapping that implement PersistentProperty
 class BasicPersistentProperty
          Simple impementation of PersistentProperty.
 

Fields in org.springframework.data.mapping declared as PersistentProperty
protected  PersistentProperty BasicPersistentEntity.idProperty
           
 

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

Methods in org.springframework.data.mapping that return PersistentProperty
 PersistentProperty BasicPersistentEntity.getIdProperty()
           
 PersistentProperty BasicPersistentEntity.getPersistentProperty(String name)
           
 

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

Methods in org.springframework.data.mapping with parameters of type PersistentProperty
 void BasicPersistentEntity.addPersistentProperty(PersistentProperty property)
           
 void PropertyHandler.doWithPersistentProperty(PersistentProperty persistentProperty)
           
static
<T> T
MappingBeanHelper.getProperty(Object from, PersistentProperty property, Class<T> type, boolean fieldAccessOnly)
           
 void BasicPersistentEntity.setIdProperty(PersistentProperty property)
           
static void MappingBeanHelper.setProperty(Object on, PersistentProperty property, Object value)
           
static void MappingBeanHelper.setProperty(Object on, PersistentProperty property, Object value, boolean fieldAccessOnly)
           
 

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

Fields in org.springframework.data.mapping.model declared as PersistentProperty
protected  PersistentProperty Association.inverse
           
protected  PersistentProperty Association.obverse
           
 

Methods in org.springframework.data.mapping.model that return PersistentProperty
 PersistentProperty PersistentEntity.getIdProperty()
          Returns the identity of the instance
 PersistentProperty Association.getInverse()
           
 PersistentProperty Association.getObverse()
           
 PersistentProperty PersistentEntity.getPersistentProperty(String name)
          Obtains a PersistentProperty instance by name
 

Methods in org.springframework.data.mapping.model that return types with arguments of type PersistentProperty
 Collection<PersistentProperty> PersistentEntity.getPersistentProperties()
          A list of properties to be persisted
 

Methods in org.springframework.data.mapping.model with parameters of type PersistentProperty
 void Association.setInverse(PersistentProperty inverse)
           
 void Association.setObverse(PersistentProperty obverse)
           
 

Constructors in org.springframework.data.mapping.model with parameters of type PersistentProperty
Association(PersistentProperty inverse, PersistentProperty obverse)
           
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.