Uses of Class
org.jdbi.v3.sqlobject.SqlMethodDecoratingAnnotation
-
Packages that use SqlMethodDecoratingAnnotation Package Description org.jdbi.v3.sqlobject.transaction sqlobject.transactionannotations declaratively create transactions wrapping a SqlObject method. -
-
Uses of SqlMethodDecoratingAnnotation in org.jdbi.v3.sqlobject.transaction
Classes in org.jdbi.v3.sqlobject.transaction with annotations of type SqlMethodDecoratingAnnotation Modifier and Type Class Description interfaceTransactionCauses the annotated method to be run in a transaction.
-