- org.hibernate.sql (shows prepared statements)
- org.hibernate.type (shows the values bound to and retrieved from the statements)
Tuesday, August 15, 2006
Beware of connection pools when swapping in HSQL DB in a Hibernate setting
I was trying to add support for HSQL DB to a project that already uses Hibernate. The app makes use of cascading inserts, but with HSQL in place it kept throwing a foreign key constraint violation. So I turned on log4j debug output for:
Subscribe to:
Posts (Atom)