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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.BinaryRootReferenceProviderBinaryRootReferenceProvider.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description PersistenceRootReferenceprovideRootReference()PersistenceTypeHandler<Binary,? extends PersistenceRootReference>provideTypeHandler(PersistenceObjectRegistry globalRegistry)
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
provideRootReference- Specified by:
- provideRootReferencein interface- PersistenceRootReferenceProvider<Binary>
 
- 
provideTypeHandlerpublic PersistenceTypeHandler<Binary,? extends PersistenceRootReference> provideTypeHandler(PersistenceObjectRegistry globalRegistry)- Specified by:
- provideTypeHandlerin interface- PersistenceRootReferenceProvider<Binary>
 
 
-