|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
BasicMappingContext.addPersistentEntity(TypeInformation typeInformation)
|
|
protected
|
BasicMappingContext.createPersistentEntity(TypeInformation typeInformation,
MappingContext mappingContext)
|
|
protected BasicPersistentProperty |
BasicMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
TypeInformation information)
|
|
|
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 | ||
---|---|---|
|
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 GenericArrayType s. |
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 Collection s or the key type for Map s. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |