| Package | Description |
|---|---|
| org.springframework.data.relational.core.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| org.springframework.data.relational.core.query |
Query and update support.
|
| Modifier and Type | Field and Description |
|---|---|
static Escaper |
Escaper.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Escaper |
SqlServerDialect.getLikeEscaper() |
default Escaper |
Dialect.getLikeEscaper()
Returns the
Escaper used for LIKE value escaping. |
static Escaper |
Escaper.of(char escapeCharacter)
Creates new instance of this class with the given escape character.
|
Escaper |
Escaper.withRewriteFor(String... chars)
Apply the
Escaper to the given chars. |
| Modifier and Type | Method and Description |
|---|---|
T |
ValueFunction.apply(Escaper escaper)
Produces a value by considering the given
Escaper. |
default Supplier<T> |
ValueFunction.toSupplier(Escaper escaper)
|
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.