Interface PersistentEntityFrom<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.Path<AssociatedEntityType>, PersistentEntityPath<AssociatedEntityType>, jakarta.persistence.criteria.Selection<AssociatedEntityType>, jakarta.persistence.TupleElement<AssociatedEntityType>
All Known Subinterfaces:
PersistentAssociationPath<OwnerType, AssociatedEntityType>, PersistentCollectionAssociationPath<OwnerType, AssociatedEntityType>, PersistentEntityCollectionJoin<OwnerType, AssociatedEntityType>, PersistentEntityJoin<OwnerType, AssociatedEntityType>, PersistentEntityListJoin<OwnerType, AssociatedEntityType>, PersistentEntityRoot<T>, PersistentEntitySetJoin<OwnerType, AssociatedEntityType>, PersistentListAssociationPath<OwnerType, AssociatedEntityType>, PersistentSetAssociationPath<OwnerType, AssociatedEntityType>
All Known Implementing Classes:
AbstractPersistentEntityFrom

public interface PersistentEntityFrom<OwnerType, AssociatedEntityType> extends jakarta.persistence.criteria.From<OwnerType, AssociatedEntityType>, PersistentEntityPath<AssociatedEntityType>
The persistent entity From.
Since:
3.2
Author:
Denis Stepanov