Uses of Package
org.jdbi.v3.sqlobject
Packages that use org.jdbi.v3.sqlobject
Package
Description
SQL Objects
The 
sqlobject.statement annotations declare the type of statement
that a SqlObject method should create, such as a @SqlQuery to return rows or a
@SqlUpdate to modify rows and return the modification count.sqlobject.transaction annotations declaratively create transactions
wrapping a SqlObject method.- 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobjectClassDescriptionImplements the contract of a SQL Object method.Decorates Handler objects with additional behavior.Registry for
handler decorators.Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of that annotation.Registry forhandler factories, which producehandlersfor SQL object methods.Configuration class for SQL objects.Annotation used to identify SQL operation annotations. - 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.internal
 - 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.statement
 - 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.statement.internal
 - 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.transactionClassDescriptionAnnotation used to identify SQL method decorating annotations.SqlObject base interface.
 - 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.transaction.internalClassDescriptionImplements the contract of a SQL Object method.Decorates Handler objects with additional behavior.