Class AbstractSqmAttributeJoin<L,R>

All Implemented Interfaces:
Expression<R>, Fetch<L,R>, FetchParent<L,R>, From<L,R>, Join<L,R>, Path<R>, Selection<R>, TupleElement<R>, Serializable, JpaCriteriaNode, JpaExpression<R>, JpaFetch<L,R>, JpaFetchParent<L,R>, JpaFrom<L,R>, JpaJoin<L,R>, JpaPath<R>, JpaSelection<R>, JpaTupleElement<R>, SemanticPathPart, SqmPath<R>, SqmExpression<R>, SqmAttributeJoin<L,R>, SqmFrom<L,R>, SqmJoin<L,R>, SqmSelectableNode<R>, SqmExpressibleAccessor<R>, SqmNode, SqmTypedNode<R>, SqmVisitableNode
Direct Known Subclasses:
AbstractSqmPluralJoin, SqmSingularJoin

public abstract class AbstractSqmAttributeJoin<L,R> extends AbstractSqmJoin<L,R> implements SqmAttributeJoin<L,R>
Models a join based on a mapped attribute reference.
See Also: