Interface PersistenceTypeInstantiatorProvider<D>
- All Known Implementing Classes:
- PersistenceInstantiator.Default,- PersistenceTypeInstantiatorProvider.Default,- PersistenceTypeInstantiatorProvider.Mapped
public interface PersistenceTypeInstantiatorProvider<D>
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classPersistenceTypeInstantiatorProvider.Default<D>static classPersistenceTypeInstantiatorProvider.Mapped<D>
- 
Method SummaryModifier and Type Method Description static <D> PersistenceTypeInstantiatorProvider<D>New(XGettingMap<Class<?>,PersistenceTypeInstantiator<D,?>> instantiatorMapping, PersistenceInstantiator<D> instantiator)static <D> PersistenceTypeInstantiatorProvider<D>New(PersistenceInstantiator<D> instantiator)static <D> PersistenceTypeInstantiatorProvider<D>Provider()<T> PersistenceTypeInstantiator<D,T>provideTypeInstantiator(Class<T> type)
- 
Method Details- 
provideTypeInstantiator
- 
Provider
- 
New
- 
Newstatic <D> PersistenceTypeInstantiatorProvider<D> New(XGettingMap<Class<?>,PersistenceTypeInstantiator<D,?>> instantiatorMapping, PersistenceInstantiator<D> instantiator)
 
-