Uses of Interface
jakarta.persistence.criteria.MapJoin
Packages that use MapJoin
Package
Description
Jakarta Persistence Criteria API
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service.This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing path expressions in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of MapJoin in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return MapJoinModifier and TypeMethodDescription<X,K, V> MapJoin<X, K, V> Create a subquery map join object correlated to a map join object of the enclosing query.From.join(MapAttribute<? super X, K, V> map) Create an inner join to the specified Map-valued attribute.From.join(MapAttribute<? super X, K, V> map, JoinType jt) Create a join to the specified Map-valued attribute using the given join type.<X,K, V> MapJoin<X, K, V> Create an inner join to the specified Map-valued attribute.<X,K, V> MapJoin<X, K, V> Create a join to the specified Map-valued attribute using the given join type.MapJoin.on(Expression<Boolean> restriction) Modify the join to restrict the result according to the specified ON condition and return the join object.Modify the join to restrict the result according to the specified ON condition and return the join object.<X,K, T, V extends T>
MapJoin<X,K, V> Downcast MapJoin object to the specified type.Methods in jakarta.persistence.criteria with parameters of type MapJoin -
Uses of MapJoin in org.hibernate.query.criteria
Subinterfaces of MapJoin in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria with parameters of type MapJoinModifier and TypeMethodDescription<X,K, V> JpaMapJoin<X, K, V> <X,K, T, V extends T>
JpaMapJoin<X,K, V> -
Uses of MapJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with parameters of type MapJoin -
Uses of MapJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type MapJoin -
Uses of MapJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type MapJoin -
Uses of MapJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement MapJoinModifier and TypeClassDescriptionclassSqmCorrelatedMapJoin<O,K, V> classSqmMapJoin<O,K, V> classSqmTreatedMapJoin<O,K, V, S extends V> -
Uses of MapJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type MapJoin