Uses of Class
org.springframework.data.relational.core.dialect.Escaper
Packages that use Escaper
Package
Description
Dialects abstract the SQL dialect of the underlying database.
Query and update support.
-
Uses of Escaper in org.springframework.data.relational.core.dialect
Fields in org.springframework.data.relational.core.dialect declared as EscaperMethods in org.springframework.data.relational.core.dialect that return EscaperModifier and TypeMethodDescriptiondefault EscaperDialect.getLikeEscaper()Returns theEscaperused forLIKEvalue escaping.SqlServerDialect.getLikeEscaper()static EscaperEscaper.of(char escapeCharacter) Creates new instance of this class with the given escape character.Escaper.withRewriteFor(String... chars) Apply theEscaperto the givenchars. -
Uses of Escaper in org.springframework.data.relational.core.query
Methods in org.springframework.data.relational.core.query with parameters of type Escaper