public static @interface SqlQueryConfiguration.DialectConfiguration
Modifier and Type | Required Element and Description |
---|---|
Dialect |
dialect |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
escapeQueries |
java.lang.String |
positionalParameterFormat
A String format (see
String.format(String, Object...) to format the appearance
of position parameters. |
public abstract Dialect dialect
public abstract java.lang.String positionalParameterFormat
String.format(String, Object...)
to format the appearance
of position parameters. It receives exactly one parameter which is the parameter index (starting from 1).