Class PersistenceRootReference.Default
java.lang.Object
one.microstream.persistence.types.PersistenceRootReference.Default
- All Implemented Interfaces:
PersistenceRootReference
,PersistenceRootReferencing
,Reference<Object>
,Referencing<Object>
- Enclosing interface:
- PersistenceRootReference
public static final class PersistenceRootReference.Default extends Object implements PersistenceRootReference
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceRootReference
PersistenceRootReference.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description Object
get()
<F extends PersistenceFunction>
Fiterate(F iterator)
Object
setRootSupplier(Supplier<?> rootSupplier)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.persistence.types.PersistenceRootReference
set, setRoot
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
get
- Specified by:
get
in interfacePersistenceRootReference
- Specified by:
get
in interfacePersistenceRootReferencing
- Specified by:
get
in interfaceReferencing<Object>
-
setRootSupplier
- Specified by:
setRootSupplier
in interfacePersistenceRootReference
-
iterate
- Specified by:
iterate
in interfacePersistenceRootReference
- Specified by:
iterate
in interfacePersistenceRootReferencing
-