Spring Data Commons

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

Packages that use PersistentEntity
org.springframework.data.mapping   
org.springframework.data.mapping.event   
org.springframework.data.mapping.model   
 

Uses of PersistentEntity in org.springframework.data.mapping
 

Classes in org.springframework.data.mapping that implement PersistentEntity
 class BasicPersistentEntity<T>
           
 

Fields in org.springframework.data.mapping declared as PersistentEntity
protected  PersistentEntity<?> BasicPersistentProperty.owner
           
 

Fields in org.springframework.data.mapping with type parameters of type PersistentEntity
protected  ConcurrentMap<TypeInformation,PersistentEntity<?>> BasicMappingContext.persistentEntities
           
protected  ConcurrentMap<PersistentEntity<?>,List<Validator>> BasicMappingContext.validators
           
 

Methods in org.springframework.data.mapping that return PersistentEntity
<T> PersistentEntity<T>
BasicMappingContext.addPersistentEntity(Class<T> type)
           
<T> PersistentEntity<T>
BasicMappingContext.addPersistentEntity(TypeInformation typeInformation)
           
<T> PersistentEntity<T>
BasicMappingContext.getPersistentEntity(Class<T> type)
           
<T> PersistentEntity<T>
BasicMappingContext.getPersistentEntity(TypeInformation type)
           
 

Methods in org.springframework.data.mapping that return types with arguments of type PersistentEntity
 Collection<? extends PersistentEntity<?>> BasicMappingContext.getPersistentEntities()
           
 

Methods in org.springframework.data.mapping with parameters of type PersistentEntity
static
<T> T
MappingBeanHelper.constructInstance(PersistentEntity<T> entity, PreferredConstructor.ParameterValueProvider provider)
           
static
<T> T
MappingBeanHelper.constructInstance(PersistentEntity<T> entity, PreferredConstructor.ParameterValueProvider provider, EvaluationContext spelCtx)
           
 List<Validator> BasicMappingContext.getEntityValidators(PersistentEntity<?> entity)
           
 

Uses of PersistentEntity in org.springframework.data.mapping.event
 

Methods in org.springframework.data.mapping.event that return PersistentEntity
 PersistentEntity<?> MappingContextEvent.getPersistentEntity()
           
 

Constructors in org.springframework.data.mapping.event with parameters of type PersistentEntity
MappingContextEvent(PersistentEntity<?> source, TypeInformation typeInformation)
           
 

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

Methods in org.springframework.data.mapping.model that return PersistentEntity
<T> PersistentEntity<T>
MappingContext.addPersistentEntity(Class<T> type)
          Adds a PersistentEntity instance
<T> PersistentEntity<T>
MappingContext.getPersistentEntity(Class<T> type)
           
<T> PersistentEntity<T>
MappingContext.getPersistentEntity(TypeInformation type)
           
 

Methods in org.springframework.data.mapping.model that return types with arguments of type PersistentEntity
 Collection<? extends PersistentEntity<?>> MappingContext.getPersistentEntities()
          Obtains a list of PersistentEntity instances
 

Methods in org.springframework.data.mapping.model with parameters of type PersistentEntity
 List<Validator> MappingContext.getEntityValidators(PersistentEntity<?> entity)
          Obtains a validator for the given entity
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.