JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.jdbi.v3.sqlobject.customizer
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