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 a 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
Subinterfaces with type arguments of type Escaper in org.springframework.data.relational.core.queryModifier and TypeInterfaceDescriptioninterfaceValueFunction<T extends @Nullable Object>Represents a value function to return arbitrary values that can be escaped before returning the actual value.Methods in org.springframework.data.relational.core.query with parameters of type Escaper