public class DefaultJdbcTypeFactory extends Object implements JdbcTypeFactory
JdbcTypeFactory that performs the conversion by utilizing
JdbcOperations.execute(ConnectionCallback).| Constructor and Description |
|---|
DefaultJdbcTypeFactory(JdbcOperations operations)
Creates a new
DefaultJdbcTypeFactory. |
| Modifier and Type | Method and Description |
|---|---|
Array |
createArray(Object[] value)
Converts the provided value in a
Array instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunsupportedpublic DefaultJdbcTypeFactory(JdbcOperations operations)
DefaultJdbcTypeFactory.operations - must not be null.public Array createArray(Object[] value)
JdbcTypeFactoryArray instance.createArray in interface JdbcTypeFactoryvalue - the value to be converted. Must not be null.Array. Guaranteed to be not null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.