Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer
-
Packages that use SqlStatementCustomizer Package Description org.jdbi.v3.sqlobject.customizer Thesqlobject.customizerpackage provides annotations that customize the execution of a statement.org.jdbi.v3.sqlobject.customizer.internal -
-
Uses of SqlStatementCustomizer in org.jdbi.v3.sqlobject.customizer
Methods in org.jdbi.v3.sqlobject.customizer that return SqlStatementCustomizer Modifier and Type Method Description default SqlStatementCustomizerSqlStatementCustomizerFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)Used to create customizers for annotations on methods.default SqlStatementCustomizerSqlStatementCustomizerFactory. createForType(Annotation annotation, Class<?> sqlObjectType)Used to create customizers for annotations on sql object interfaces -
Uses of SqlStatementCustomizer in org.jdbi.v3.sqlobject.customizer.internal
Methods in org.jdbi.v3.sqlobject.customizer.internal that return SqlStatementCustomizer Modifier and Type Method Description SqlStatementCustomizerAllowUnusedBindingsFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerDefineNamedBindingsFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerFetchSizeFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerMaxRowsFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerOutParameterFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerOutParameterListFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerQueryTimeOutFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerTimestampedFactory. createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)SqlStatementCustomizerAllowUnusedBindingsFactory. createForType(Annotation annotation, Class<?> sqlObjectType)SqlStatementCustomizerDefineNamedBindingsFactory. createForType(Annotation annotation, Class<?> sqlObjectType)SqlStatementCustomizerFetchSizeFactory. createForType(Annotation annotation, Class<?> sqlObjectType)SqlStatementCustomizerQueryTimeOutFactory. createForType(Annotation annotation, Class<?> sqlObjectType)
-