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
 - 
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, waitMethods inherited from interface one.microstream.persistence.types.PersistenceRootReference
set, setRoot 
- 
Constructor Details
 - 
Method Details
- 
get
- Specified by:
 getin interfacePersistenceRootReference- Specified by:
 getin interfacePersistenceRootReferencing- Specified by:
 getin interfaceReferencing<Object>
 - 
setRootSupplier
- Specified by:
 setRootSupplierin interfacePersistenceRootReference
 - 
iterate
- Specified by:
 iteratein interfacePersistenceRootReference- Specified by:
 iteratein interfacePersistenceRootReferencing
 
 -