This content has been marked as final.
Show 1 reply
-
1. Re: Custom IdentitySession
rebody May 13, 2010 8:31 PM (in response to boyakki)Hi Mario,
You could get DbSession from Environment. like this:
DbSession dbSession = EnvironmentImpl.getFromCurrent(DbSession.class);
And of course, you could inject DbSession as your mentioned.
<object class="yourIdentitySession" auto-wire="true"/>