Spring Data Commons

Uses of Interface
org.springframework.data.convert.EntityInstantiator

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

Uses of EntityInstantiator in org.springframework.data.convert
 

Classes in org.springframework.data.convert that implement EntityInstantiator
 class ReflectionEntityInstantiator
          EntityInstantiator that uses the PersistentEntity's MappedConstructor to instantiate an instance of the entity via reflection.
 

Methods in org.springframework.data.convert that return EntityInstantiator
 EntityInstantiator EntityInstantiators.getInstantiatorFor(PersistentEntity<?,?> entity)
          Returns the EntityInstantiator to be used to create the given PersistentEntity.
 

Constructors in org.springframework.data.convert with parameters of type EntityInstantiator
EntityInstantiators(EntityInstantiator fallback)
          Creates a new EntityInstantiators using the given EntityInstantiator as fallback.
EntityInstantiators(EntityInstantiator defaultInstantiator, Map<Class<?>,EntityInstantiator> customInstantiators)
          Creates a new EntityInstantiator using the given fallback EntityInstantiator and the given custom ones.
 

Constructor parameters in org.springframework.data.convert with type arguments of type EntityInstantiator
EntityInstantiators(EntityInstantiator defaultInstantiator, Map<Class<?>,EntityInstantiator> customInstantiators)
          Creates a new EntityInstantiator using the given fallback EntityInstantiator and the given custom ones.
EntityInstantiators(Map<Class<?>,EntityInstantiator> customInstantiators)
          Creates a new EntityInstantiators using the default fallback instantiator and the given custom ones.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.