Package org.jdbi.v3.sqlobject.customizer
Annotation Type SqlStatementCustomizingAnnotation
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface SqlStatementCustomizingAnnotation
Annotation used to build customizing annotations. Use this to annotate an annotation. See examples in theorg.jdbi.v3.sqlobject.customizerpackage.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends SqlStatementCustomizerFactory>valueSpecify a sql statement customizer factory which will be used to create sql statement customizers.
-
-
-
Element Detail
-
value
Class<? extends SqlStatementCustomizerFactory> value
Specify a sql statement customizer factory which will be used to create sql statement customizers.- Returns:
- a factory used to create customizers for the customizing annotation
-
-