| Package | Description |
|---|---|
| org.springframework.data.jdbc.core.convert |
JDBC-specific conversion classes.
|
| org.springframework.data.jdbc.core.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcValue
Deprecated.
use
JdbcValue |
| Modifier and Type | Method and Description |
|---|---|
JdbcValue |
BasicJdbcConverter.writeJdbcValue(Object value,
Class<?> columnType,
int sqlType)
Deprecated.
|
JdbcValue |
JdbcConverter.writeJdbcValue(Object value,
Class<?> type,
int sqlType)
Convert a property value into a
JdbcValue that contains the converted value and information how to bind it
to JDBC parameters. |
JdbcValue |
BasicJdbcConverter.writeJdbcValue(Object value,
Class<?> columnType,
SQLType sqlType) |
JdbcValue |
JdbcConverter.writeJdbcValue(Object value,
Class<?> type,
SQLType sqlType)
Convert a property value into a
JdbcValue that contains the converted value and information how to bind it
to JDBC parameters. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcValue |
JdbcValue.of(Object value,
SQLType jdbcType) |
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.