Thanks for the tip. I didn't know about it. I'll give it a try then.
On Wed, Jun 8, 2016 at 5:07 PM, Steve Ebersole wrote:
> You mean like a org.hibernate.resource.jdbc.spi.StatementInspector?
>
> On Wed, Jun 8, 2016 at 6:47 AM Vlad Mihalcea
> wrote:
>
>> Hi,
>>
>> During testing, it's very use
You mean like a org.hibernate.resource.jdbc.spi.StatementInspector?
On Wed, Jun 8, 2016 at 6:47 AM Vlad Mihalcea
wrote:
> Hi,
>
> During testing, it's very useful to have an SQL query interceptor that we
> can inspect to see if the generated SQL query contains a certain SQL
> clause.
> There are