Uses of Package
org.jdbi.v3.sqlobject
-
Packages that use org.jdbi.v3.sqlobject Package Description org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.internal org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count.org.jdbi.v3.sqlobject.statement.internal org.jdbi.v3.sqlobject.transaction sqlobject.transactionannotations declaratively create transactions wrapping a SqlObject method.org.jdbi.v3.sqlobject.transaction.internal -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject Class Description Handler Implements the contract of a SQL Object method.HandlerDecorator Decorates Handler objects with additional behavior.HandlerDecorators Registry forhandler decorators.HandlerFactory Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of that annotation.Handlers Registry forhandler factories, which producehandlersfor SQL object methods.SqlObjects Configuration class for SQL objects.SqlOperation Annotation used to identify SQL operation annotations. -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.internal Class Description Handler Implements the contract of a SQL Object method. -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.statement Class Description SqlOperation Annotation used to identify SQL operation annotations. -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.statement.internal Class Description Handler Implements the contract of a SQL Object method. -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.transaction Class Description SqlMethodDecoratingAnnotation Annotation used to identify SQL method decorating annotations.SqlObject SqlObject base interface. -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.transaction.internal Class Description Handler Implements the contract of a SQL Object method.HandlerDecorator Decorates Handler objects with additional behavior.