Spring Data Commons

Uses of Class
org.springframework.data.convert.ReflectionEntityInstantiator

Packages that use ReflectionEntityInstantiator
org.springframework.data.convert General purpose conversion framework to read objects from a data store abstraction and write it back. 
 

Uses of ReflectionEntityInstantiator in org.springframework.data.convert
 

Methods in org.springframework.data.convert that return ReflectionEntityInstantiator
static ReflectionEntityInstantiator ReflectionEntityInstantiator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReflectionEntityInstantiator[] ReflectionEntityInstantiator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.