| Package | Description |
|---|---|
| org.springframework.data.jdbc.core.convert |
JDBC-specific conversion classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJdbcTypeFactory
A
JdbcTypeFactory that performs the conversion by utilizing
JdbcOperations.execute(ConnectionCallback). |
| Modifier and Type | Method and Description |
|---|---|
static JdbcTypeFactory |
JdbcTypeFactory.unsupported()
An implementation used in places where a proper
JdbcTypeFactory can not be provided but an instance needs
to be provided anyway, mostly for providing backward compatibility. |
| Constructor and Description |
|---|
BasicJdbcConverter(MappingContext<? extends RelationalPersistentEntity<?>,? extends RelationalPersistentProperty> context,
RelationResolver relationResolver,
CustomConversions conversions,
JdbcTypeFactory typeFactory,
IdentifierProcessing identifierProcessing)
Creates a new
BasicRelationalConverter given MappingContext. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.