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

Packages that use BeanWrapper
org.springframework.data.mapping.model Core implementation of the mapping subsystem's model. 
 

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

Methods in org.springframework.data.mapping.model that return BeanWrapper
static
<E extends PersistentEntity<T,?>,T>
BeanWrapper<E,T>
BeanWrapper.create(T bean, org.springframework.core.convert.ConversionService conversionService)
          Creates a new BeanWrapper for the given bean instance and ConversionService.
 



Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.