JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.sqlobject
CreateSqlObject
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type 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.