JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.sqlobject.customizer
AllowUnusedBindings
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
Annotation Type AllowUnusedBindings
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
AllowUnusedBindings
Suppresses error when bindings are created but never used in the query.
See Also:
SqlStatements.setUnusedBindingAllowed(boolean)
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
value
Element Details
value
boolean
value
Default:
true