Uses of Interface
jakarta.persistence.criteria.SetJoin
Packages that use SetJoin
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 SetJoin in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return SetJoinModifier and TypeMethodDescription<X,Y> SetJoin<X, Y> Create a subquery set join object correlated to a set join object of the enclosing query.From.join(SetAttribute<? super X, Y> set) Create an inner join to the specified Set-valued attribute.From.join(SetAttribute<? super X, Y> set, JoinType jt) Create a join to the specified Set-valued attribute using the given join type.<X,Y> SetJoin<X, Y> Create an inner join to the specified Set-valued attribute.<X,Y> SetJoin<X, Y> Create a join to the specified Set-valued attribute using the given join type.SetJoin.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,T, E extends T>
SetJoin<X,E> Downcast SetJoin object to the specified type.Methods in jakarta.persistence.criteria with parameters of type SetJoin -
Uses of SetJoin in org.hibernate.query.criteria
Subinterfaces of SetJoin in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria with parameters of type SetJoin -
Uses of SetJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with parameters of type SetJoin -
Uses of SetJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SetJoin -
Uses of SetJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SetJoin -
Uses of SetJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement SetJoinModifier and TypeClassDescriptionclassSqmCorrelatedSetJoin<O,T> classSqmSetJoin<O,E> classSqmTreatedSetJoin<O,T, S extends T> -
Uses of SetJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type SetJoin