mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-27 22:39:13 +00:00
HHH-16819 Pointing to legacy property (pre-Jakarta) in thrown exception of GroupsPerOperation
This commit is contained in:
parent
36f3e4c289
commit
a27f1e5cd8
@ -92,7 +92,7 @@ public static Class<?>[] buildGroupsForOperation(Operation operation, Map settin
|
||||
}
|
||||
|
||||
//null is bad and excluded by instanceof => exception is raised
|
||||
throw new HibernateException( JAKARTA_JPA_GROUP_PREFIX + operation.getGroupPropertyName() + " is of unknown type: String or Class<?>[] only");
|
||||
throw new HibernateException( JAKARTA_JPA_GROUP_PREFIX + operation.getJakartaGroupPropertyName() + " is of unknown type: String or Class<?>[] only");
|
||||
}
|
||||
|
||||
public Class<?>[] get(Operation operation) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user