Class PersistenceRootResolver.Default
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceRootResolver.Default
-
- All Implemented Interfaces:
PersistenceRootResolver
- Enclosing interface:
- PersistenceRootResolver
public static final class PersistenceRootResolver.Default extends Object implements PersistenceRootResolver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceRootResolver
PersistenceRootResolver.Default, PersistenceRootResolver.MappingWrapper
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description PersistenceRootEntrycustomRootEntry()StringcustomRootIdentifier()Reference<Object>defaultRoot()StringdefaultRootIdentifier()XGettingTable<String,PersistenceRootEntry>definedEntries()PersistenceRootEntryresolveRootInstance(String identifier)-
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.PersistenceRootResolver
resolveDefinedRootInstances, resolveRootEntries, resolveRootInstances
-
-
-
-
Method Detail
-
resolveRootInstance
public final PersistenceRootEntry resolveRootInstance(String identifier)
- Specified by:
resolveRootInstancein interfacePersistenceRootResolver
-
defaultRootIdentifier
public String defaultRootIdentifier()
- Specified by:
defaultRootIdentifierin interfacePersistenceRootResolver
-
defaultRoot
public Reference<Object> defaultRoot()
- Specified by:
defaultRootin interfacePersistenceRootResolver
-
customRootIdentifier
public String customRootIdentifier()
- Specified by:
customRootIdentifierin interfacePersistenceRootResolver
-
customRootEntry
public PersistenceRootEntry customRootEntry()
- Specified by:
customRootEntryin interfacePersistenceRootResolver
-
definedEntries
public XGettingTable<String,PersistenceRootEntry> definedEntries()
- Specified by:
definedEntriesin interfacePersistenceRootResolver
-
-