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 PersistenceRootEntry
customRootEntry()
String
customRootIdentifier()
Reference<Object>
defaultRoot()
String
defaultRootIdentifier()
XGettingTable<String,PersistenceRootEntry>
definedEntries()
PersistenceRootEntry
resolveRootInstance(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:
resolveRootInstance
in interfacePersistenceRootResolver
-
defaultRootIdentifier
public String defaultRootIdentifier()
- Specified by:
defaultRootIdentifier
in interfacePersistenceRootResolver
-
defaultRoot
public Reference<Object> defaultRoot()
- Specified by:
defaultRoot
in interfacePersistenceRootResolver
-
customRootIdentifier
public String customRootIdentifier()
- Specified by:
customRootIdentifier
in interfacePersistenceRootResolver
-
customRootEntry
public PersistenceRootEntry customRootEntry()
- Specified by:
customRootEntry
in interfacePersistenceRootResolver
-
definedEntries
public XGettingTable<String,PersistenceRootEntry> definedEntries()
- Specified by:
definedEntries
in interfacePersistenceRootResolver
-
-