Spring Data Commons

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, ConversionService conversionService)
          Creates a new BeanWrapper for the given bean instance and ConversionService.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.