Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » util » [javadoc | source]
org.hibernate.util
public final class: JDBCExceptionReporter [javadoc | source]
java.lang.Object
   org.hibernate.util.JDBCExceptionReporter
Field Summary
public static final  Logger log     
public static final  String DEFAULT_EXCEPTION_MSG     
public static final  String DEFAULT_WARNING_MSG     
Method from org.hibernate.util.JDBCExceptionReporter Summary:
logAndClearWarnings,   logExceptions,   logExceptions,   logWarnings,   logWarnings
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.util.JDBCExceptionReporter Detail:
 public static  void logAndClearWarnings(Connection connection) 
 public static  void logExceptions(SQLException ex) 
 public static  void logExceptions(SQLException ex,
    String message) 
 public static  void logWarnings(SQLWarning warning) 
 public static  void logWarnings(SQLWarning warning,
    String message)