Spring Data Commons

Uses of Class
org.springframework.data.mapping.model.SimpleTypeHolder

Packages that use SimpleTypeHolder
org.springframework.data.mapping.context   
org.springframework.data.mapping.model   
 

Uses of SimpleTypeHolder in org.springframework.data.mapping.context
 

Methods in org.springframework.data.mapping.context with parameters of type SimpleTypeHolder
protected abstract  P AbstractMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, E owner, SimpleTypeHolder simpleTypeHolder)
          Creates the concrete instance of PersistentProperty.
 void AbstractMappingContext.setSimpleTypeHolder(SimpleTypeHolder simpleTypes)
          Configures the SimpleTypeHolder to be used by the MappingContext.
 

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

Constructors in org.springframework.data.mapping.model with parameters of type SimpleTypeHolder
AbstractPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, PersistentEntity<?,P> owner, SimpleTypeHolder simpleTypeHolder)
           
AnnotationBasedPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, PersistentEntity<?,P> owner, SimpleTypeHolder simpleTypeHolder)
          Creates a new AnnotationBasedPersistentProperty.
SimpleTypeHolder(Set<? extends Class<?>> customSimpleTypes, SimpleTypeHolder source)
          Copy constructor to create a new SimpleTypeHolder that carries the given additional custom simple types.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.