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 XGettingTable<String,PersistenceRootEntry>
definedEntries()
PersistenceRootEntry
resolveRootInstance(String identifier)
PersistenceRootReference
root()
String
rootIdentifier()
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, rootEntry
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
rootIdentifier
- Specified by:
rootIdentifier
in interfacePersistenceRootResolver
-
root
- Specified by:
root
in interfacePersistenceRootResolver
-
definedEntries
- Specified by:
definedEntries
in interfacePersistenceRootResolver
-
resolveRootInstance
- Specified by:
resolveRootInstance
in interfacePersistenceRootResolver
-