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, wait
unsupported
public DefaultJdbcTypeFactory(JdbcOperations operations)
DefaultJdbcTypeFactory
.operations
- must not be null.public Array createArray(Object[] value)
JdbcTypeFactory
Array
instance.createArray
in interface JdbcTypeFactory
value
- the value to be converted. Must not be null.Array
. Guaranteed to be not null.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.