Uses of Interface
org.springframework.data.relational.core.mapping.SqlIdentifierSanitizer
Packages that use SqlIdentifierSanitizer
-
Uses of SqlIdentifierSanitizer in org.springframework.data.relational.core.mapping
Methods in org.springframework.data.relational.core.mapping that return SqlIdentifierSanitizerModifier and TypeMethodDescriptionstatic SqlIdentifierSanitizerSqlIdentifierSanitizer.words()A sanitizer to allow words only.Methods in org.springframework.data.relational.core.mapping with parameters of type SqlIdentifierSanitizerModifier and TypeMethodDescriptionvoidRelationalMappingContext.setSqlIdentifierSanitizer(SqlIdentifierSanitizer sanitizer) Set theSqlIdentifierSanitizerto sanitizeidentifierscreated from SpEL expressions.