HHH-17061 Remove getSubclassJoinClosureIterator
This commit is contained in:
parent
be19f1547d
commit
1a4be30a70
|
@ -386,11 +386,6 @@ public abstract class PersistentClass implements IdentifiableTypeClass, Attribut
|
|||
return new JoinedList<>( lists );
|
||||
}
|
||||
|
||||
@Deprecated(since = "6.0") @Remove
|
||||
public Iterator<Join> getSubclassJoinClosureIterator() {
|
||||
return new JoinedIterator<>( getJoinClosureIterator(), subclassJoins.iterator() );
|
||||
}
|
||||
|
||||
public List<Join> getSubclassJoinClosure() {
|
||||
return new JoinedList<>( getJoinClosure(), subclassJoins );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue