JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Select Theme
Light
Dark
System Setting
org.jdbi.v3.sqlobject.customizer
DefineNamedBindings
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface DefineNamedBindings
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
@Beta
public @interface
DefineNamedBindings
Defines all bound arguments that don't already have a definition.
See Also:
SqlStatement.defineNamedBindings()