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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceContextDispatcherPersistenceContextDispatcher.LocalObjectRegistration<D>, PersistenceContextDispatcher.PassThrough<D>
- 
Constructor SummaryConstructors Constructor Description LocalObjectRegistration()
- 
Method SummaryModifier and Type Method Description PersistenceObjectManager<D>dispatchObjectManager(PersistenceObjectManager<D> objectManager)PersistenceObjectRegistrydispatchObjectRegistry(PersistenceObjectRegistry objectRegistry)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceContextDispatcherdispatchTypeHandlerLookup, dispatchTypeHandlerManager
- 
Constructor Details- 
LocalObjectRegistrationpublic LocalObjectRegistration()
 
- 
- 
Method Details- 
dispatchObjectRegistrypublic final PersistenceObjectRegistry dispatchObjectRegistry(PersistenceObjectRegistry objectRegistry)- Specified by:
- dispatchObjectRegistryin interface- PersistenceContextDispatcher<D>
 
- 
dispatchObjectManagerpublic final PersistenceObjectManager<D> dispatchObjectManager(PersistenceObjectManager<D> objectManager)- Specified by:
- dispatchObjectManagerin interface- PersistenceContextDispatcher<D>
 
 
-