Uses of Interface
one.microstream.persistence.types.PersistenceTypeInstantiator
Package | Description |
---|---|
one.microstream.persistence.binary.internal | |
one.microstream.persistence.binary.types | |
one.microstream.persistence.types |
-
Uses of PersistenceTypeInstantiator in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal with parameters of type PersistenceTypeInstantiator Modifier and Type Method Description static <T> BinaryHandlerGenericType<T>
BinaryHandlerGenericType. New(Class<T> type, String typeName, XGettingEnum<Field> persistableFields, XGettingEnum<Field> persisterFields, PersistenceFieldLengthResolver lengthResolver, PersistenceEagerStoringFieldEvaluator eagerStoringFieldEvaluator, PersistenceTypeInstantiator<Binary,T> instantiator, boolean switchByteOrder)
static <T> CustomBinaryHandler<T>
CustomBinaryHandler. New(Class<T> type, PersistenceTypeInstantiator<Binary,T> instantiator, XGettingSequence<? extends BinaryField<? super T>> binaryFields)
-
Uses of PersistenceTypeInstantiator in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types with parameters of type PersistenceTypeInstantiator Modifier and Type Method Description static <T> BinaryTypeHandler<T>
Binary. TypeHandler(Class<T> entityType, PersistenceTypeInstantiator<Binary,T> instantiator, BinaryField<? super T>... binaryFields)
-
Uses of PersistenceTypeInstantiator in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceTypeInstantiator Modifier and Type Class Description static class
PersistenceTypeInstantiator.Default<D,T>
Methods in one.microstream.persistence.types that return PersistenceTypeInstantiator Modifier and Type Method Description static <T, D> PersistenceTypeInstantiator<D,T>
PersistenceTypeInstantiator. New(Class<T> type)
static <T, D> PersistenceTypeInstantiator<D,T>
PersistenceTypeInstantiator. New(Class<T> type, PersistenceInstantiator<D> universalInstantiator)
<T> PersistenceTypeInstantiator<D,T>
PersistenceInstantiator.Default. provideTypeInstantiator(Class<T> type)
<T> PersistenceTypeInstantiator<D,T>
PersistenceTypeInstantiatorProvider.Default. provideTypeInstantiator(Class<T> type)
<T> PersistenceTypeInstantiator<D,T>
PersistenceTypeInstantiatorProvider.Mapped. provideTypeInstantiator(Class<T> type)
<T> PersistenceTypeInstantiator<D,T>
PersistenceTypeInstantiatorProvider. provideTypeInstantiator(Class<T> type)
Methods in one.microstream.persistence.types that return types with arguments of type PersistenceTypeInstantiator Modifier and Type Method Description XMap<Class<?>,PersistenceTypeInstantiator<D,?>>
PersistenceFoundation. customTypeInstantiators()
XMap<Class<?>,PersistenceTypeInstantiator<D,?>>
PersistenceFoundation.Default. customTypeInstantiators()
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeInstantiator Modifier and Type Method Description <T> F
PersistenceFoundation.Default. registerCustomInstantiator(Class<T> type, PersistenceTypeInstantiator<D,T> typeInstantiator)
<T> F
PersistenceFoundation. registerCustomInstantiator(Class<T> type, PersistenceTypeInstantiator<D,T> typeInstantiator)
Method parameters in one.microstream.persistence.types with type arguments of type PersistenceTypeInstantiator Modifier and Type Method Description static <D> PersistenceTypeInstantiatorProvider<D>
PersistenceTypeInstantiatorProvider. New(XGettingMap<Class<?>,PersistenceTypeInstantiator<D,?>> instantiatorMapping, PersistenceInstantiator<D> instantiator)