HHH-2503 : Throws JDBCExceptionHelper.convert() in AbstractEntityPersister.processGeneratedProperties()

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12950 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gail Badner 2007-08-15 23:00:16 +00:00
parent 06f0676e20
commit 7694c7f349
1 changed files with 1 additions and 1 deletions

View File

@ -3718,7 +3718,7 @@ public abstract class AbstractEntityPersister
}
}
catch( SQLException sqle ) {
JDBCExceptionHelper.convert(
throw JDBCExceptionHelper.convert(
getFactory().getSQLExceptionConverter(),
sqle,
"unable to select generated column values",