|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateBackedCreator | |
---|---|
org.springframework.data.persistence |
Uses of StateBackedCreator in org.springframework.data.persistence |
---|
Methods in org.springframework.data.persistence that return StateBackedCreator | ||
---|---|---|
protected
|
AbstractConstructorEntityInstantiator.createFailingInstantiator(Class<STATE> stateType)
|
|
protected
|
AbstractConstructorEntityInstantiator.createInstantiator(Class<T> type,
Class<STATE> stateType)
|
|
protected
|
AbstractConstructorEntityInstantiator.createWithoutConstructorInvocation(Class<T> type,
Class<STATE> stateType)
|
|
protected
|
AbstractConstructorEntityInstantiator.stateTakingConstructorInstantiator(Class<T> type,
Class<STATE> stateType)
|
Method parameters in org.springframework.data.persistence with type arguments of type StateBackedCreator | |
---|---|
void |
AbstractConstructorEntityInstantiator.setInstantiators(Map<Class<? extends BACKING_INTERFACE>,StateBackedCreator<? extends BACKING_INTERFACE,STATE>> instantiators)
|
|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |