HHH-8895: fixed
This commit is contained in:
parent
d85f2c8d03
commit
83f29d1e1a
|
@ -1392,6 +1392,9 @@ public final class AnnotationBinder {
|
|||
if ( AnnotatedClassType.EMBEDDABLE_SUPERCLASS.equals( classType ) ) {
|
||||
bindFilters( classToProcess, entityBinder );
|
||||
}
|
||||
else {
|
||||
break;
|
||||
}
|
||||
classToProcess = classToProcess.getSuperclass();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue