Interface PersistentListAssociationPath<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.ListJoin<OwnerType,​AssociatedEntityType>, jakarta.persistence.criteria.Path<AssociatedEntityType>, PersistentAssociationPath<OwnerType,​AssociatedEntityType>, PersistentEntityFrom<OwnerType,​AssociatedEntityType>, PersistentEntityJoin<OwnerType,​AssociatedEntityType>, PersistentEntityListJoin<OwnerType,​AssociatedEntityType>, PersistentEntityPath<AssociatedEntityType>, PersistentPropertyPath<AssociatedEntityType>, jakarta.persistence.criteria.PluralJoin<OwnerType,​java.util.List<AssociatedEntityType>,​AssociatedEntityType>, jakarta.persistence.criteria.Selection<AssociatedEntityType>, jakarta.persistence.TupleElement<AssociatedEntityType>

    public interface PersistentListAssociationPath<OwnerType,​AssociatedEntityType>
    extends PersistentAssociationPath<OwnerType,​AssociatedEntityType>, PersistentEntityListJoin<OwnerType,​AssociatedEntityType>
    The persistent entity association path.
    Since:
    3.2