mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
HHH-11549 - Unable to locate MappedSuperclass version attribute when mixing annotations with hibernate mapping files
This commit is contained in:
parent
0f20e51a5e
commit
d5ac64890c
@ -1043,6 +1043,7 @@ public Identifier determineImplicitName(LocalMetadataBuildingContext context) {
|
||||
}
|
||||
|
||||
rootEntityDescriptor.setVersion( prop );
|
||||
rootEntityDescriptor.setDeclaredVersion( prop );
|
||||
rootEntityDescriptor.addProperty( prop );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user