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(java.lang.reflect.Field field, java.beans.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(java.lang.reflect.Field field, java.beans.PropertyDescriptor propertyDescriptor, PersistentEntity<?,P> owner, SimpleTypeHolder simpleTypeHolder)
           
AnnotationBasedPersistentProperty(java.lang.reflect.Field field, java.beans.PropertyDescriptor propertyDescriptor, PersistentEntity<?,P> owner, SimpleTypeHolder simpleTypeHolder)
          Creates a new AnnotationBasedPersistentProperty.
SimpleTypeHolder(java.util.Set<? extends java.lang.Class<?>> customSimpleTypes, SimpleTypeHolder source)
          Copy constructor to create a new SimpleTypeHolder that carries the given additional custom simple types.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.