Uses of Interface
one.microstream.persistence.types.PersistenceRootsView
Package | Description |
---|---|
one.microstream.integrations.cdi.types.config | |
one.microstream.persistence.types | |
one.microstream.storage.embedded.types | |
one.microstream.storage.types |
-
Uses of PersistenceRootsView in one.microstream.integrations.cdi.types.config
Methods in one.microstream.integrations.cdi.types.config that return PersistenceRootsView Modifier and Type Method Description PersistenceRootsView
StorageManagerProxy. viewRoots()
-
Uses of PersistenceRootsView in one.microstream.persistence.types
Subinterfaces of PersistenceRootsView in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceRoots
Classes in one.microstream.persistence.types that implement PersistenceRootsView Modifier and Type Class Description static class
PersistenceRoots.Default
-
Uses of PersistenceRootsView in one.microstream.storage.embedded.types
Methods in one.microstream.storage.embedded.types that return PersistenceRootsView Modifier and Type Method Description PersistenceRootsView
EmbeddedStorageManager.Default. viewRoots()
-
Uses of PersistenceRootsView in one.microstream.storage.types
Methods in one.microstream.storage.types that return PersistenceRootsView Modifier and Type Method Description PersistenceRootsView
StorageManager. viewRoots()
Returns a read-only view on all technical root instance registered in thisStorageManager
instance.
See the description inPersistenceRootsView
for details.