Interface PersistenceRootsView
-
- All Known Subinterfaces:
PersistenceRoots
- All Known Implementing Classes:
PersistenceRoots.Default
public interface PersistenceRootsView
-
-
Method Summary
Modifier and Type Method Description Object
customRoot()
String
customRootIdentifier()
Reference<Object>
defaultRoot()
String
defaultRootIdentifier()
<C extends BiConsumer<String,Object>>
CiterateEntries(C iterator)
-