org.springframework.data.persistence
Interface StateBackedCreator<T,STATE>
Deprecated. use EntityInstantiator
abstraction instead.
@Deprecated
public interface StateBackedCreator<T,STATE>
encapsulates the instantiator of state-backed classes and populating them with the provided state.
Can be implemented and registered with the concrete AbstractConstructorEntityInstantiator to provide non reflection
bases instantiaton for domain classes
create
T create(STATE n,
Class<T> c)
throws Exception
- Deprecated.
- Throws:
Exception
Copyright © 2012 SpringSource. All Rights Reserved.