But hibernate has
all he needs to ouput the bind parameter of the sql call. Hibernate has to build
the sql call, so at the moment he build the request he can output this request
with the bind parameter. In the log4J property file there
is:
### log JDBC bind parameters ###
log4j.logger.net.sf.hibernate.type=debug
Which I think does
the work. But i can't figure out how to make hibernate use log4J for the sql
call.
Thanks for the
help!!
Philip
|
Title: Message
- Re: RE : [Hibernate] Show_sql?? St-Pierre Philip
- Re: RE : [Hibernate] Show_sql?? Bill Horsman