Hi there,

A basic question I couldn't find an answer for:

When working with @Transactional (with Hibernate) and setting a timeout,
When do the time start running? Is it when the @Transaction code is executed or only when it aquires the resource (the connection).

If I have a very long logic before the actual db query, does the tx takes it into account?

Thanks a lot!
David