Uses of Interface
one.microstream.persistence.types.PersistenceInstantiator
- 
Packages that use PersistenceInstantiator Package Description one.microstream.persistence.types  - 
- 
Uses of PersistenceInstantiator in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceInstantiator Modifier and Type Class Description static classPersistenceInstantiator.Default<M>Methods in one.microstream.persistence.types that return PersistenceInstantiator Modifier and Type Method Description PersistenceInstantiator<M>PersistenceFoundation.Default. getInstantiator()PersistenceInstantiator<M>PersistenceFoundation. getInstantiator()static <M> PersistenceInstantiator<M>PersistenceInstantiator. New()Methods in one.microstream.persistence.types with parameters of type PersistenceInstantiator Modifier and Type Method Description static <T,M>
PersistenceTypeInstantiator<M,T>PersistenceTypeInstantiator. New(Class<T> type, PersistenceInstantiator<M> universalInstantiator)static <M> PersistenceTypeInstantiatorProvider<M>PersistenceTypeInstantiatorProvider. New(XGettingMap<Class<?>,PersistenceTypeInstantiator<M,?>> instantiatorMapping, PersistenceInstantiator<M> instantiator)static <M> PersistenceTypeInstantiatorProvider<M>PersistenceTypeInstantiatorProvider. New(PersistenceInstantiator<M> instantiator)FPersistenceFoundation.Default. setInstantiator(PersistenceInstantiator<M> instantiator)FPersistenceFoundation. setInstantiator(PersistenceInstantiator<M> instantiator) 
 -