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
-
-
-
-
Method Detail
-
get
public final Object get()
- Specified by:
get
in interfacePersistenceRootReference
- Specified by:
get
in interfacePersistenceRootReferencing
- Specified by:
get
in interfaceReferencing<Object>
-
setRootSupplier
public final Object setRootSupplier(Supplier<?> rootSupplier)
- Specified by:
setRootSupplier
in interfacePersistenceRootReference
-
iterate
public final <F extends PersistenceFunction> F iterate(F iterator)
- Specified by:
iterate
in interfacePersistenceRootReference
- Specified by:
iterate
in interfacePersistenceRootReferencing
-
-