mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
HHH-17061 Remove getSubclassTableClosureIterator
This commit is contained in:
parent
1a4be30a70
commit
e922b90c32
@ -394,11 +394,6 @@ public List<Table> getSubclassTableClosure() {
|
||||
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…
x
Reference in New Issue
Block a user