Spring Data Commons

Package org.springframework.data.persistence

Interface Summary
EntityInstantiator<BACKING_INTERFACE,STATE> Interface to be implemented by classes that can instantiate and configure entities.
StateBackedCreator<T,STATE> encapsulates the instantiator of state-backed classes and populating them with the provided state.
 

Class Summary
AbstractConstructorEntityInstantiator<BACKING_INTERFACE,STATE> Try for a constructor taking state: failing that, try a no-arg constructor and then setUnderlyingNode().
StateProvider  
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.