public static final class PersistenceRootsProvider.Empty<D> extends Object implements PersistenceRootsProvider<D>
PersistenceRootsProvider.Empty<D>| Modifier and Type | Method and Description |
|---|---|
PersistenceRoots |
peekRoots() |
PersistenceRoots |
provideRoots() |
void |
registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<D> typeHandlerRegistry,
PersistenceObjectRegistry objectRegistry)
Only the
PersistenceRootsProvider implementation can ensure that the handler fits the instance,
so it has to do the registering as well. |
void |
updateRuntimeRoots(PersistenceRoots runtimeRoots) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitEmptypublic PersistenceRoots provideRoots()
provideRoots in interface PersistenceRootsProvider<D>public PersistenceRoots peekRoots()
peekRoots in interface PersistenceRootsProvider<D>public void updateRuntimeRoots(PersistenceRoots runtimeRoots)
updateRuntimeRoots in interface PersistenceRootsProvider<D>public void registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<D> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)
PersistenceRootsProviderPersistenceRootsProvider implementation can ensure that the handler fits the instance,
so it has to do the registering as well.registerRootsTypeHandlerCreator in interface PersistenceRootsProvider<D>typeHandlerRegistry - the type handler registryobjectRegistry - the object registryCopyright © 2022 MicroStream Software. All rights reserved.