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 org.jdbi.v3.sqlobject.statement.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(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Used to create customizers for annotations on methods.default SqlStatementCustomizerSqlStatementCustomizerFactory. createForType(java.lang.annotation.Annotation annotation, java.lang.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(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerDefineNamedBindingsFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerFetchSizeFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerMaxRowsFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerOutParameterFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerOutParameterListFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerQueryTimeOutFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerTimestampedFactory. createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)SqlStatementCustomizerAllowUnusedBindingsFactory. createForType(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)SqlStatementCustomizerDefineNamedBindingsFactory. createForType(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)SqlStatementCustomizerFetchSizeFactory. createForType(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)SqlStatementCustomizerQueryTimeOutFactory. createForType(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType) -
Uses of SqlStatementCustomizer in org.jdbi.v3.sqlobject.statement.internal
Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type SqlStatementCustomizer Modifier and Type Method Description static CustomizingStatementHandler.BoundCustomizerCustomizingStatementHandler.BoundCustomizer. of(SqlStatementCustomizer inner)
-