@FunctionalInterface public static interface PersistenceTypeHandlerRegistration.Executor<D>
| Modifier and Type | Method and Description |
|---|---|
void |
executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<D> typeHandlerRegistration)
Executes the passed
PersistenceTypeHandlerRegistration logic while supplying this instance's
PersistenceCustomTypeHandlerRegistry and PersistenceSizedArrayLengthController instances. |
void executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<D> typeHandlerRegistration)
PersistenceTypeHandlerRegistration logic while supplying this instance's
PersistenceCustomTypeHandlerRegistry and PersistenceSizedArrayLengthController instances.
The passed instance itself will not be referenced after the method exits.typeHandlerRegistration - the PersistenceTypeHandlerRegistration to be executed.Copyright © 2022 MicroStream Software. All rights reserved.