public interface PersistenceRootsView
Note that while there might only one application root instance, there must a lot of other instances registered as roots on a technical level, as well. Every instance that is publicly accessible through a static context ("constant instances") must technically considered to be a "root" for the persistent context. This includes all enum intances. The entirety of all technical root instances can be iterated or "viewed" via an instance of this type.
| Modifier and Type | Method and Description |
|---|---|
<C extends BiConsumer<String,Object>> |
iterateEntries(C iterator) |
static String |
rootIdentifier() |
PersistenceRootReferencing |
rootReference() |
static String rootIdentifier()
PersistenceRootReferencing rootReference()
<C extends BiConsumer<String,Object>> C iterateEntries(C iterator)
Copyright © 2022 MicroStream Software. All rights reserved.