Uses of Interface
one.microstream.persistence.types.PersistenceRootReference
Package | Description |
---|---|
one.microstream.persistence.types |
-
Uses of PersistenceRootReference in one.microstream.persistence.types
Classes in one.microstream.persistence.types with type parameters of type PersistenceRootReference Modifier and Type Interface Description interface
BinaryRootReferenceProvider<R extends PersistenceRootReference>
Classes in one.microstream.persistence.types that implement PersistenceRootReference Modifier and Type Class Description static class
PersistenceRootReference.Default
Methods in one.microstream.persistence.types that return PersistenceRootReference Modifier and Type Method Description static PersistenceRootReference
PersistenceRootReference. New()
static PersistenceRootReference
PersistenceRootReference. New(Object root)
static PersistenceRootReference
PersistenceRootReference. New(Supplier<?> rootSupplier)
PersistenceRootReference
BinaryRootReferenceProvider.Default. provideRootReference()
PersistenceRootReference
PersistenceRootReferenceProvider. provideRootReference()
PersistenceRootReference
PersistenceRootResolver.Default. root()
PersistenceRootReference
PersistenceRootResolver.MappingWrapper. root()
PersistenceRootReference
PersistenceRootResolver. root()
PersistenceRootReference
PersistenceRootResolverProvider.Default. rootReference()
PersistenceRootReference
PersistenceRootResolverProvider. rootReference()
PersistenceRootReference
PersistenceRoots.Default. rootReference()
PersistenceRootReference
PersistenceRoots. rootReference()
Methods in one.microstream.persistence.types that return types with arguments of type PersistenceRootReference Modifier and Type Method Description PersistenceTypeHandler<Binary,? extends PersistenceRootReference>
BinaryRootReferenceProvider.Default. provideTypeHandler(PersistenceObjectRegistry globalRegistry)
PersistenceTypeHandler<D,? extends PersistenceRootReference>
PersistenceRootReferenceProvider. provideTypeHandler(PersistenceObjectRegistry globalRegistry)
Methods in one.microstream.persistence.types with parameters of type PersistenceRootReference Modifier and Type Method Description static <D> PersistenceRootResolverProvider
PersistenceRootResolverProvider. New(PersistenceRootReference rootReference, PersistenceTypeResolver typeResolver)
static PersistenceRootResolverProvider
PersistenceRootResolverProvider. New(PersistenceRootReference rootReference, PersistenceTypeResolver typeResolver, PersistenceRootEntry.Provider entryProvider)