HHH-5995 : Compile error because Statement is undefined in SqlExceptionHelper

This commit is contained in:
Gail Badner 2011-03-08 20:37:08 -08:00
parent 78136e02ff
commit 724cd1f95d
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ package org.hibernate.engine.jdbc.spi;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.SQLWarning;
import java.sql.Statement;
import org.hibernate.HibernateLogger;
import org.hibernate.JDBCException;
import org.hibernate.exception.SQLExceptionConverter;