Class IdentifierProcessing.Quoting
java.lang.Object
org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
- Enclosing interface:
IdentifierProcessing
A conversion from unquoted identifiers to quoted identifiers.
- Since:
- 2.0
- Author:
- Jens Schauder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentifierProcessing.Quotingstatic final IdentifierProcessing.Quoting -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANSI
-
NONE
-
-
Constructor Details
-
Quoting
-
Quoting
Constructs a Quoting with the same String appended in front and end of an identifier.- Parameters:
quoteCharacter- the value appended at the beginning and the end of a name in order to quote it.
-
-
Method Details
-
apply
-