Uses of Class
org.hibernate.query.sqm.tree.domain.SqmMapJoin
-
Packages that use SqmMapJoin Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree. -
-
Uses of SqmMapJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmMapJoin Modifier and Type Method Description <X,K,T,V extends T>
SqmMapJoin<X,K,V>NodeBuilder. treat(MapJoin<X,K,T> join, Class<V> type)Methods in org.hibernate.query.sqm with parameters of type SqmMapJoin Modifier and Type Method Description default TSemanticQueryWalker. visitMapJoin(SqmMapJoin<?,?,?> join) -
Uses of SqmMapJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmMapJoin Modifier and Type Method Description <X,K,T,V extends T>
SqmMapJoin<X,K,V>SqmCriteriaNodeBuilder. treat(MapJoin<X,K,T> join, Class<V> type) -
Uses of SqmMapJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmMapJoin in org.hibernate.query.sqm.tree.domain Modifier and Type Class Description classSqmCorrelatedMapJoin<O,K,V>classSqmTreatedMapJoin<O,K,V,S extends V>Methods in org.hibernate.query.sqm.tree.domain that return SqmMapJoin Modifier and Type Method Description SqmMapJoin<O,K,V>SqmMapJoin. copy(SqmCopyContext context)SqmMapJoin<O,K,V>SqmCorrelatedMapJoin. getCorrelationParent()SqmMapJoin<O,K,V>SqmTreatedMapJoin. getWrappedPath()<K,V>
SqmMapJoin<T,K,V>AbstractSqmFrom. join(MapAttribute<? super T,K,V> attribute)<K,V>
SqmMapJoin<T,K,V>AbstractSqmFrom. join(MapAttribute<? super T,K,V> attribute, JoinType jt)<X,K,V>
SqmMapJoin<X,K,V>AbstractSqmFrom. joinMap(String attributeName)<X,K,V>
SqmMapJoin<X,K,V>AbstractSqmFrom. joinMap(String attributeName, JoinType jt)SqmMapJoin<O,K,V>SqmMapJoin. makeCopy(SqmCreationProcessingState creationProcessingState)SqmMapJoin<O,K,S>SqmTreatedMapJoin. makeCopy(SqmCreationProcessingState creationProcessingState)SqmMapJoin<O,K,V>SqmMapJoin. on(Expression<Boolean> restriction)SqmMapJoin<O,K,V>SqmMapJoin. on(Predicate... restrictions)SqmMapJoin<O,K,V>SqmMapJoin. on(JpaExpression<Boolean> restriction)SqmMapJoin<O,K,V>SqmMapJoin. on(JpaPredicate... restrictions)Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmMapJoin Constructor Description SqmCorrelatedMapJoin(SqmMapJoin<O,K,V> correlationParent)SqmTreatedMapJoin(SqmMapJoin<O,K,V> wrappedPath, TreatableDomainType<S> treatTarget, String alias)SqmTreatedMapJoin(SqmMapJoin<O,K,V> wrappedPath, TreatableDomainType<S> treatTarget, String alias, boolean fetched) -
Uses of SqmMapJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmMapJoin Modifier and Type Method Description <K,V>
SqmMapJoin<T,K,V>SqmFrom. join(MapAttribute<? super T,K,V> map)<K,V>
SqmMapJoin<T,K,V>SqmFrom. join(MapAttribute<? super T,K,V> map, JoinType jt)<X,K,V>
SqmMapJoin<X,K,V>SqmFrom. joinMap(String attributeName)<X,K,V>
SqmMapJoin<X,K,V>SqmFrom. joinMap(String attributeName, JoinType jt) -
Uses of SqmMapJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmMapJoin Modifier and Type Method Description <X,K,V>
SqmMapJoin<X,K,V>SqmSubQuery. correlate(MapJoin<X,K,V> parentMap)
-