@FunctionalInterface public interface SqlArrayTypeFactory
SqlArrayType instances.| 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. |
Optional<SqlArrayType<?>> build(Type elementType, ConfigRegistry config)
SqlArrayType for the given elementType if this factory supports it; empty otherwise.elementType - the array element typeconfig - the config registry, for compositionSqlArrayType for the given elementType if this factory supports it; empty otherwise.SqlArrayTypes.findFor(Type)Copyright © 2017. All rights reserved.