Class SqmSingularJoin<O,T>

All Implemented Interfaces:
Expression<T>, Fetch<O,T>, FetchParent<O,T>, From<O,T>, Join<O,T>, Path<T>, Selection<T>, TupleElement<T>, Serializable, JpaCriteriaNode, JpaExpression<T>, JpaFetch<O,T>, JpaFetchParent<O,T>, JpaFrom<O,T>, JpaJoin<O,T>, JpaJoinedFrom<O,T>, JpaPath<T>, JpaSelection<T>, JpaTupleElement<T>, SemanticPathPart, SqmPath<T>, SqmExpression<T>, SqmAttributeJoin<O,T>, SqmFrom<O,T>, SqmJoin<O,T>, SqmQualifiedJoin<O,T>, SqmSelectableNode<T>, SqmExpressibleAccessor<T>, SqmNode, SqmTypedNode<T>, SqmVisitableNode
Direct Known Subclasses:
SqmCorrelatedSingularJoin, SqmTreatedSingularJoin

public class SqmSingularJoin<O,T> extends AbstractSqmAttributeJoin<O,T>
Author:
Steve Ebersole
See Also: