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