Spring Data Commons

Uses of Interface
org.springframework.data.persistence.StateBackedCreator

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
<T extends BACKING_INTERFACE>
StateBackedCreator<T,STATE>
AbstractConstructorEntityInstantiator.createFailingInstantiator(Class<STATE> stateType)
           
protected
<T extends BACKING_INTERFACE>
StateBackedCreator<T,STATE>
AbstractConstructorEntityInstantiator.createInstantiator(Class<T> type, Class<STATE> stateType)
           
protected
<T extends BACKING_INTERFACE>
StateBackedCreator<T,STATE>
AbstractConstructorEntityInstantiator.createWithoutConstructorInvocation(Class<T> type, Class<STATE> stateType)
           
protected
<T extends BACKING_INTERFACE>
StateBackedCreator<T,STATE>
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

Copyright © 2011. All Rights Reserved.