Package org.jdbi.v3.sqlobject
Annotation Type 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.