Re: [scala] JPA question
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!