<@U0C1NM397> `ManagedThreadLocalSession` if for wh...
# exposed
a
@mbickel
ManagedThreadLocalSession
if for where something external manages transactions, often via
@Transaction
attributes. There's a couple of examples but nothing for Guice. Personally, I wouldn't recommend this path. I'd use
ThreadLocalSession
and use
session.transaction {}
blocks. These blocks are re-entrant so there's no problem nesting code