JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.sqlobject.customizer
AllowUnusedBindings
Contents
Description
Optional Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface 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