Uses of Class
org.hibernate.query.sqm.tree.from.SqmEntityJoin
Packages that use SqmEntityJoin
Package
Description
Implementation of the SPIs for HQL support.
SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of SqmEntityJoin in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type SqmEntityJoinModifier and TypeMethodDescription<E> voidSqmPathRegistryImpl.replace(SqmEntityJoin<E> sqmJoin, SqmRoot<E> sqmRoot) -
Uses of SqmEntityJoin in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type SqmEntityJoinModifier and TypeMethodDescription<E> voidSqmPathRegistry.replace(SqmEntityJoin<E> sqmJoin, SqmRoot<E> sqmRoot) Used with JPA compliance to treat secondary query roots as cross-joins. -
Uses of SqmEntityJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmEntityJoinModifier and TypeMethodDescriptionSemanticQueryWalker.visitQualifiedEntityJoin(SqmEntityJoin<?> joinedFromElement) -
Uses of SqmEntityJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmEntityJoinModifier and TypeMethodDescriptionSqmTreePrinter.visitQualifiedEntityJoin(SqmEntityJoin joinedFromElement) -
Uses of SqmEntityJoin in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmEntityJoinModifier and TypeMethodDescriptionprotected voidBaseSemanticQueryWalker.consumeEntityJoin(SqmEntityJoin<?> sqmJoin, boolean transitive) BaseSemanticQueryWalker.visitQualifiedEntityJoin(SqmEntityJoin<?> joinedFromElement) -
Uses of SqmEntityJoin in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmEntityJoinModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitQualifiedEntityJoin(SqmEntityJoin<?> sqmJoin) -
Uses of SqmEntityJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmEntityJoin in org.hibernate.query.sqm.tree.domainMethods in org.hibernate.query.sqm.tree.domain that return SqmEntityJoinConstructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmEntityJoinModifierConstructorDescriptionSqmCorrelatedEntityJoin(EntityDomainType<T> joinedEntityDescriptor, String alias, SqmJoinType joinType, SqmRoot<?> sqmRoot, SqmCorrelatedRootJoin<T> correlatedRootJoin, SqmEntityJoin<T> correlationParent) SqmCorrelatedEntityJoin(SqmEntityJoin<T> correlationParent) SqmTreatedEntityJoin(SqmEntityJoin<T> wrappedPath, EntityDomainType<S> treatTarget, String alias) -
Uses of SqmEntityJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmEntityJoinModifier and TypeMethodDescriptionSqmEntityJoin.copy(SqmCopyContext context) SqmEntityJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmEntityJoin.on(Expression<Boolean> restriction) SqmEntityJoin.on(JpaExpression<Boolean> restriction) SqmEntityJoin.on(JpaPredicate... restrictions) -
Uses of SqmEntityJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmEntityJoinModifier and TypeMethodDescription<X> SqmEntityJoin<X>SqmSubQuery.correlate(JpaEntityJoin<X> parentEntityJoin)