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
CreateSqlObject
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface CreateSqlObject
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
CreateSqlObject
Use this annotation on a sql object method to create a new sql object with the same underlying handle as the sql object the method is invoked on. Not supported with on-demand SQL objects.