JDBCException « Oracle « JPA Q&A





1. Why does the org.hibernate.JDBCException not print the sql statement in a stacktrace    stackoverflow.com

When an org.hibernate.JDBCException occurrs (or a Subtype of this Exception) the sql statement is not visible in the Stacktrace. For Example if i execute the following SQL statement with hibernate (on an ...