public class EnumSqlArrayTypeFactory extends Object implements SqlArrayTypeFactory
| Constructor and Description |
|---|
EnumSqlArrayTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<SqlArrayType<?>> |
build(Type elementType,
ConfigRegistry config)
Returns an
SqlArrayType for the given elementType if this factory supports it; empty otherwise. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Optional<SqlArrayType<?>> build(Type elementType, ConfigRegistry config)
SqlArrayTypeFactorySqlArrayType for the given elementType if this factory supports it; empty otherwise.build in interface SqlArrayTypeFactoryelementType - the array element typeconfig - the config registry, for compositionSqlArrayType for the given elementType if this factory supports it; empty otherwise.SqlArrayTypes.findFor(Type)Copyright © 2019. All rights reserved.