You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides `@JdbiUnitOfWork` annotation for a Jdbi backed Dropwizard backend for wrapping resource methods in a transaction context
8
8
9
9
-[`Dropwizard`](https://github.com/dropwizard/dropwizard) provides a very slick [`@UnitOfWork`](https://www.dropwizard.io/en/latest/manual/hibernate.html) annotation that wraps a transaction context around resource methods annotated with this annotation. This is very useful for wrapping multiple calls in a single database transaction all of which will succeed or roll back atomically.
10
10
11
11
- However this support is only available for `Hibernate`. For all the goodness [`Jdbi`](http://jdbi.org/jdbi2/) brings, we had to bring the transactionality on our own. This module provides support for `JdbiUnitOfWork` with a `Jdbi` backend
12
12
13
+
## Maven Artifacts
14
+
15
+
This project is available on Maven Central. To add it to your project you can add the following dependency to your
0 commit comments