On 9/4/13 9:36 AM, "Darren Shepherd" wrote:
>The current impl of the transaction interceptor is that its placed on
>all public/protected methods of anything that extends GenericDaoBase.
>This means that a simple findX() call ends up going through that
>interceptor about 4 or more times as it go
The current impl of the transaction interceptor is that its placed on
all public/protected methods of anything that extends GenericDaoBase.
This means that a simple findX() call ends up going through that
interceptor about 4 or more times as it goes through other methods likes
searchIncludingRe