« Return to Thread: [scala] JPA question

Re: [scala] JPA question

by Derek Chen-Becker-2 :: Rate this Message:

Reply to Author | View in Thread

John Nilsson wrote:
> Hi,
>
> I think the showSql property has been deprecated in favor of log4j loggers.
>
> If you set the log4j level to TRACE for org.hibernate you'll get
> everything Hibernate has to say about what it is doing. Can't remember
> which one it is, but I know one of the loggers will give you the
> values used in queries at the TRACE level.

Good to know. Thanks!

 « Return to Thread: [scala] JPA question