Uses of Interface
org.hibernate.query.criteria.JpaCollectionJoin
-
Packages that use JpaCollectionJoin Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilder
with additional functionality by registering aService
.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of JpaCollectionJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCollectionJoin Modifier and Type Method Description <X,Y>
JpaCollectionJoin<X,Y>JpaSubQuery. correlate(CollectionJoin<X,Y> parentCollection)
<Y> JpaCollectionJoin<T,Y>
JpaFrom. join(CollectionAttribute<? super T,Y> collection)
<Y> JpaCollectionJoin<T,Y>
JpaFrom. join(CollectionAttribute<? super T,Y> collection, JoinType jt)
<X,Y>
JpaCollectionJoin<X,Y>JpaFrom. joinCollection(String attributeName)
<X,Y>
JpaCollectionJoin<X,Y>JpaFrom. joinCollection(String attributeName, JoinType jt)
JpaCollectionJoin<O,T>
JpaCollectionJoin. on(Expression<Boolean> restriction)
JpaCollectionJoin<O,T>
JpaCollectionJoin. on(Predicate... restrictions)
JpaCollectionJoin<O,T>
JpaCollectionJoin. on(JpaExpression<Boolean> restriction)
JpaCollectionJoin<O,T>
JpaCollectionJoin. on(JpaPredicate... restrictions)
<X,T,E extends T>
JpaCollectionJoin<X,E>HibernateCriteriaBuilder. treat(CollectionJoin<X,T> join, Class<E> type)
<S extends T>
JpaCollectionJoin<O,S>JpaCollectionJoin. treatAs(Class<S> treatAsType)
<S extends T>
JpaCollectionJoin<O,S>JpaCollectionJoin. treatAs(EntityDomainType<S> treatAsType)
-
Uses of JpaCollectionJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaCollectionJoin Modifier and Type Method Description <X,T,E extends T>
JpaCollectionJoin<X,E>HibernateCriteriaBuilderDelegate. treat(CollectionJoin<X,T> join, Class<E> type)
-
Uses of JpaCollectionJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaCollectionJoin Modifier and Type Class Description class
SqmBagJoin<O,E>
class
SqmCorrelatedBagJoin<O,T>
class
SqmTreatedBagJoin<O,T,S extends T>
-