Revert "HHH-7919 : Miscellaneous bugfixes"
This reverts commit 025c2f4f67
.
This commit is contained in:
parent
025c2f4f67
commit
dbc38e096e
|
@ -306,7 +306,9 @@ public class Binder {
|
|||
@Override
|
||||
public void execute(LocalBindingContextExecutionContext bindingContextContext) {
|
||||
EntityBinding entityBinding = bindingContextContext.getEntityBinding();
|
||||
bindIdentifierGenerator( entityBinding );
|
||||
if ( entityBinding.getSuperEntityBinding() == null ) {
|
||||
bindIdentifierGenerator( entityBinding );
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue