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 Objectget()<F extends PersistenceFunction>
Fiterate(F iterator)ObjectsetRootSupplier(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:
getin interfacePersistenceRootReference- Specified by:
getin interfacePersistenceRootReferencing- Specified by:
getin interfaceReferencing<Object>
-
setRootSupplier
public final Object setRootSupplier(Supplier<?> rootSupplier)
- Specified by:
setRootSupplierin interfacePersistenceRootReference
-
iterate
public final <F extends PersistenceFunction> F iterate(F iterator)
- Specified by:
iteratein interfacePersistenceRootReference- Specified by:
iteratein interfacePersistenceRootReferencing
-
-