HHH-16418 - Improve error message

Co-authored-by: Christian Beikov <christian.beikov@gmail.com>
This commit is contained in:
Jan Schatteman 2023-04-05 14:22:57 +02:00
parent 76ea320cdb
commit 7452319807
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ public interface CoreMessageLogger extends BasicLogger {
id = 514)
void postgreSQLJdbcDriverNotAccessible();
@Message(value = "The identity select string is undefined for the dialect in use. Check the identity generation configuration, in particular the 'hibernate.jdbc.use_get_generated_keys' setting",
@Message(value = "Can't retrieve the generated identity value, because the dialect does not support selecting the last generated identity and 'hibernate.jdbc.use_get_generated_keys' was disabled",
id = 515)
HibernateException nullIdentitySelectString();