Interface PersistenceTypeInstantiator<M,T>
- 
- All Known Implementing Classes:
 PersistenceTypeInstantiator.Default
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public interface PersistenceTypeInstantiator<M,T>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPersistenceTypeInstantiator.Default<M,T> 
- 
Method Summary
Modifier and Type Method Description Tinstantiate(M medium)static <T,M>
PersistenceTypeInstantiator<M,T>New(Class<T> type, PersistenceInstantiator<M> universalInstantiator) 
 - 
 
- 
- 
Method Detail
- 
New
static <T,M> PersistenceTypeInstantiator<M,T> New(Class<T> type, PersistenceInstantiator<M> universalInstantiator)
 
 - 
 
 -