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 class ModelBinder {
|
|||
}
|
||||
|
||||
rootEntityDescriptor.setVersion( prop );
|
||||
rootEntityDescriptor.setDeclaredVersion( prop );
|
||||
rootEntityDescriptor.addProperty( prop );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue