I need to get the string from an Hibernate query and process it later (so I can\'t solve it with \"hibernate.show_sql\").
\"hibernate.show_sql\"
I have already looked at How t
JdbcLogger does this form you. http://jdbclogger.sourceforge.net/. Supports mysql, postgres, and spring integration.