|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
T |
create(STATE n,
Class<T> c)
|
Method Detail |
---|
T create(STATE n, Class<T> c) throws Exception
Exception
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |