Annotation Interface SqlQueryConfiguration
public @interface SqlQueryConfiguration
Allows configuration of how SQL queries are generated.
- Since:
- 2.2.0
- Author:
- graemerocher
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Configuration specific to a dialect. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionAllow formatting of parameters for different dialects.
-
Element Details
-
value
Allow formatting of parameters for different dialects.- Returns:
- The formats
- Default:
- {}
-