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
32ee9f8d93
commit
2331389b5f
|
@ -496,6 +496,7 @@ public abstract class AbstractEmbeddableMapping implements EmbeddableMappingType
|
|||
|
||||
@Override
|
||||
public AttributeMappingsList getAttributeMappings() {
|
||||
checkIsReady();
|
||||
return attributeMappings;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue