Class PersistenceContextDispatcher.LocalObjectRegistration<D>
java.lang.Object
one.microstream.persistence.types.PersistenceContextDispatcher.LocalObjectRegistration<D>
- All Implemented Interfaces:
 PersistenceContextDispatcher<D>
- Enclosing interface:
 - PersistenceContextDispatcher<D>
 
public static final class PersistenceContextDispatcher.LocalObjectRegistration<D> extends Object implements PersistenceContextDispatcher<D>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceContextDispatcher
PersistenceContextDispatcher.LocalObjectRegistration<D>, PersistenceContextDispatcher.PassThrough<D> - 
Method Summary
Modifier and Type Method Description PersistenceObjectManager<D>dispatchObjectManager(PersistenceObjectManager<D> objectManager)PersistenceObjectRegistrydispatchObjectRegistry(PersistenceObjectRegistry objectRegistry)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceContextDispatcher
dispatchTypeHandlerLookup, dispatchTypeHandlerManager 
- 
Method Details
- 
dispatchObjectRegistry
public final PersistenceObjectRegistry dispatchObjectRegistry(PersistenceObjectRegistry objectRegistry)- Specified by:
 dispatchObjectRegistryin interfacePersistenceContextDispatcher<D>
 - 
dispatchObjectManager
public final PersistenceObjectManager<D> dispatchObjectManager(PersistenceObjectManager<D> objectManager)- Specified by:
 dispatchObjectManagerin interfacePersistenceContextDispatcher<D>
 
 -