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