HHH-17061 Remove getSubclassTableClosureIterator

This commit is contained in:
Sanne Grinovero 2023-08-09 12:11:36 +02:00 committed by Sanne Grinovero
parent 1a4be30a70
commit e922b90c32
1 changed files with 0 additions and 5 deletions

View File

@ -394,11 +394,6 @@ public abstract class PersistentClass implements IdentifiableTypeClass, Attribut
return new JoinedList<>( getTableClosure(), subclassTables );
}
@Deprecated(since = "6.0") @Remove
public Iterator<Table> getSubclassTableClosureIterator() {
return new JoinedIterator<>( getTableClosureIterator(), subclassTables.iterator() );
}
public boolean isClassOrSuperclassJoin(Join join) {
return joins.contains( join );
}