mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
HHH-5818 exception message typo
This commit is contained in:
parent
31ad26731c
commit
739b88c5ce
@ -2167,7 +2167,7 @@ protected final List loadEntity(
|
||||
catch ( SQLException sqle ) {
|
||||
throw factory.getSQLExceptionHelper().convert(
|
||||
sqle,
|
||||
"could not collection element by index",
|
||||
"could not load collection element by index",
|
||||
getSQLString()
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user