public class SqlArrayMapperFactory extends Object implements ColumnMapperFactory
ColumnMapper is registered
for the array element type. Supports any other container type for which a
CollectorFactory is registered, and for which
a ColumnMapper is registered for the container element type.| Constructor and Description |
|---|
SqlArrayMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ColumnMapper<?>> |
build(Type type,
ConfigRegistry config)
Supplies a column mapper which will map columns to type if the factory supports it; empty otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Optional<ColumnMapper<?>> build(Type type, ConfigRegistry config)
ColumnMapperFactorybuild in interface ColumnMapperFactorytype - the target type to map toconfig - the config registry, for compositionOptional.empty() otherwise.for compositionCopyright © 2019. All rights reserved.