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
Thanks for this great project! I have a question about combining @Transaction annotated methods in my DAO, and @JdbiUnitOfWork methods in resources (that use those methods).
Could this potentially mess up things (two different mechanisms to achieve the same thing)? Or can I keep both?