Spring Data Commons

Uses of Interface
org.springframework.data.util.TypeInformation

Packages that use TypeInformation
org.springframework.data.mapping   
org.springframework.data.mapping.event   
org.springframework.data.mapping.model   
org.springframework.data.util   
 

Uses of TypeInformation in org.springframework.data.mapping
 

Fields in org.springframework.data.mapping declared as TypeInformation
protected  TypeInformation BasicPersistentEntity.information
           
protected  TypeInformation BasicPersistentProperty.information
           
 

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

Methods in org.springframework.data.mapping that return TypeInformation
 TypeInformation BasicPersistentEntity.getPropertyInformation()
           
 TypeInformation BasicPersistentProperty.getTypeInformation()
           
 

Methods in org.springframework.data.mapping with parameters of type TypeInformation
<T> PersistentEntity<T>
BasicMappingContext.addPersistentEntity(TypeInformation typeInformation)
           
protected
<T> BasicPersistentEntity<T>
BasicMappingContext.createPersistentEntity(TypeInformation typeInformation, MappingContext mappingContext)
           
protected  BasicPersistentProperty BasicMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, TypeInformation information)
           
<T> PersistentEntity<T>
BasicMappingContext.getPersistentEntity(TypeInformation type)
           
 

Constructors in org.springframework.data.mapping with parameters of type TypeInformation
BasicPersistentEntity(MappingContext mappingContext, TypeInformation information)
           
BasicPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, TypeInformation information)
           
 

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

Methods in org.springframework.data.mapping.event that return TypeInformation
 TypeInformation MappingContextEvent.getTypeInformation()
           
 

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

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

Methods in org.springframework.data.mapping.model that return TypeInformation
 TypeInformation PersistentEntity.getPropertyInformation()
           
 TypeInformation PersistentProperty.getTypeInformation()
           
 

Methods in org.springframework.data.mapping.model with parameters of type TypeInformation
<T> PersistentEntity<T>
MappingContext.getPersistentEntity(TypeInformation type)
           
 

Uses of TypeInformation in org.springframework.data.util
 

Classes in org.springframework.data.util that implement TypeInformation
 class ArrayTypeDiscoverer
          Special TypeDiscoverer handling GenericArrayTypes.
 class ClassTypeInformation
          Property information for a plain Class.
 

Methods in org.springframework.data.util that return TypeInformation
 TypeInformation ClassTypeInformation.getComponentType()
           
 TypeInformation TypeInformation.getComponentType()
          Returns the component type for Collections or the key type for Maps.
 TypeInformation ArrayTypeDiscoverer.getComponentType()
           
 TypeInformation TypeInformation.getMapValueType()
          Will return the type of the value in case the underlying type is a Map.
 TypeInformation TypeInformation.getProperty(String fieldname)
          Returns the property information for the property with the given name.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.