| Package | Description |
|---|---|
| org.springframework.data.jdbc.repository.query |
Query derivation mechanism for JDBC specific repositories.
|
| Constructor and Description |
|---|
PartTreeJdbcQuery(RelationalMappingContext context,
JdbcQueryMethod queryMethod,
Dialect dialect,
JdbcConverter converter,
NamedParameterJdbcOperations operations,
AbstractJdbcQuery.RowMapperFactory rowMapperFactory)
Creates a new
PartTreeJdbcQuery. |
StringBasedJdbcQuery(JdbcQueryMethod queryMethod,
NamedParameterJdbcOperations operations,
AbstractJdbcQuery.RowMapperFactory rowMapperFactory,
JdbcConverter converter)
Creates a new
StringBasedJdbcQuery for the given JdbcQueryMethod, RelationalMappingContext
and RowMapperFactory. |
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.