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:
parent
06f0676e20
commit
7694c7f349
|
@ -3718,7 +3718,7 @@ public abstract class AbstractEntityPersister
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch( SQLException sqle ) {
|
catch( SQLException sqle ) {
|
||||||
JDBCExceptionHelper.convert(
|
throw JDBCExceptionHelper.convert(
|
||||||
getFactory().getSQLExceptionConverter(),
|
getFactory().getSQLExceptionConverter(),
|
||||||
sqle,
|
sqle,
|
||||||
"unable to select generated column values",
|
"unable to select generated column values",
|
||||||
|
|
Loading…
Reference in New Issue