Interface PersistentEntitySetJoin<OwnerType,AssociatedEntityType>

Type Parameters:
OwnerType - The association owner type
AssociatedEntityType - The association entity type
All Superinterfaces:
jakarta.persistence.criteria.Expression<AssociatedEntityType>, jakarta.persistence.criteria.FetchParent<OwnerType,AssociatedEntityType>, jakarta.persistence.criteria.From<OwnerType,AssociatedEntityType>, IExpression<AssociatedEntityType>, ISelection<AssociatedEntityType>, jakarta.persistence.criteria.Join<OwnerType,AssociatedEntityType>, jakarta.persistence.criteria.Path<AssociatedEntityType>, PersistentEntityFrom<OwnerType,AssociatedEntityType>, PersistentEntityJoin<OwnerType,AssociatedEntityType>, PersistentEntityPath<AssociatedEntityType>, jakarta.persistence.criteria.PluralJoin<OwnerType,Set<AssociatedEntityType>,AssociatedEntityType>, jakarta.persistence.criteria.Selection<AssociatedEntityType>, jakarta.persistence.criteria.SetJoin<OwnerType,AssociatedEntityType>, jakarta.persistence.TupleElement<AssociatedEntityType>
All Known Subinterfaces:
PersistentSetAssociationPath<OwnerType,AssociatedEntityType>

public interface PersistentEntitySetJoin<OwnerType,AssociatedEntityType> extends PersistentEntityJoin<OwnerType,AssociatedEntityType>, jakarta.persistence.criteria.SetJoin<OwnerType,AssociatedEntityType>
The persistent entity set Join.
Since:
3.5
Author:
Denis Stepanov