]
Gail Badner commented on HHH-5995:
----------------------------------
java.sql.Statement needs to be imported into SqlExceptionHelper.
Compile error because Statement is undefined in SqlExceptionHelper
------------------------------------------------------------------
Key: HHH-5995
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5995
Project: Hibernate Core
Issue Type: Bug
Components: core
Reporter: Gail Badner
Assignee: Gail Badner
Fix For: 4.0.0.Alpha1
/NotBackedUp/gbadner/git/hibernate-core-master-exact-really/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java:276:
cannot find symbol
symbol : class Statement
location: class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
public void handleAndClearWarnings( Statement statement,
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: