HHH-17061 Remove getSubclassTableClosureIterator
This commit is contained in:
parent
1a4be30a70
commit
e922b90c32
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue