Class BinaryRootReferenceProvider.Default
- java.lang.Object
-
- one.microstream.persistence.types.BinaryRootReferenceProvider.Default
-
- All Implemented Interfaces:
BinaryRootReferenceProvider<PersistenceRootReference.Default>
,PersistenceRootReferenceProvider<Binary>
- Enclosing interface:
- BinaryRootReferenceProvider<R extends PersistenceRootReference>
public static final class BinaryRootReferenceProvider.Default extends Object implements BinaryRootReferenceProvider<PersistenceRootReference.Default>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.BinaryRootReferenceProvider
BinaryRootReferenceProvider.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description PersistenceRootReference
provideRootReference()
PersistenceTypeHandler<Binary,? extends PersistenceRootReference>
provideTypeHandler(PersistenceObjectRegistry globalRegistry)
-
-
-
Method Detail
-
provideRootReference
public PersistenceRootReference provideRootReference()
- Specified by:
provideRootReference
in interfacePersistenceRootReferenceProvider<Binary>
-
provideTypeHandler
public PersistenceTypeHandler<Binary,? extends PersistenceRootReference> provideTypeHandler(PersistenceObjectRegistry globalRegistry)
- Specified by:
provideTypeHandler
in interfacePersistenceRootReferenceProvider<Binary>
-
-