public interface PersistenceAbstractTypeHandlerSearcher<D>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceAbstractTypeHandlerSearcher.Default<D> |
| Modifier and Type | Method and Description |
|---|---|
static <D> PersistenceAbstractTypeHandlerSearcher<D> |
New() |
default <T> PersistenceTypeHandler<D,? super T> |
searchAbstractTypeHandler(Class<T> type,
PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry) |
static <D,T> PersistenceTypeHandler<D,? super T> |
searchAbstractTypeHandler(PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry,
Class<T> type) |
default <T> PersistenceTypeHandler<D,? super T> searchAbstractTypeHandler(Class<T> type, PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry)
static <D,T> PersistenceTypeHandler<D,? super T> searchAbstractTypeHandler(PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, Class<T> type)
static <D> PersistenceAbstractTypeHandlerSearcher<D> New()
Copyright © 2022 MicroStream Software. All rights reserved.