mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-28 23:09:13 +00:00
HHH-16009 jakarta @OrderBy annotation generates a non-transformed column name in the SQL query for a composite key's field
This commit is contained in:
parent
647fe3d5fa
commit
08e1aae49f
@ -496,6 +496,7 @@ public AttributeMapping findAttributeMapping(String name) {
|
||||
|
||||
@Override
|
||||
public AttributeMappingsList getAttributeMappings() {
|
||||
checkIsReady();
|
||||
return attributeMappings;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user