Uses of Interface
org.hibernate.query.criteria.JpaMapJoin
-
Packages that use JpaMapJoin 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 JpaMapJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaMapJoin Modifier and Type Method Description <X,K,V>
JpaMapJoin<X,K,V>JpaSubQuery. correlate(MapJoin<X,K,V> parentMap)
<K,V>
JpaMapJoin<T,K,V>JpaFrom. join(MapAttribute<? super T,K,V> map)
<K,V>
JpaMapJoin<T,K,V>JpaFrom. join(MapAttribute<? super T,K,V> map, JoinType jt)
<X,K,V>
JpaMapJoin<X,K,V>JpaFrom. joinMap(String attributeName)
<X,K,V>
JpaMapJoin<X,K,V>JpaFrom. joinMap(String attributeName, JoinType jt)
JpaMapJoin<O,K,V>
JpaMapJoin. on(Expression<Boolean> restriction)
JpaMapJoin<O,K,V>
JpaMapJoin. on(Predicate... restrictions)
JpaMapJoin<O,K,V>
JpaMapJoin. on(JpaExpression<Boolean> restriction)
JpaMapJoin<O,K,V>
JpaMapJoin. on(JpaPredicate... restrictions)
<X,K,T,V extends T>
JpaMapJoin<X,K,V>HibernateCriteriaBuilder. treat(MapJoin<X,K,T> join, Class<V> type)
<S extends V>
JpaMapJoin<O,K,S>JpaMapJoin. treatAs(Class<S> treatAsType)
<S extends V>
JpaMapJoin<O,K,S>JpaMapJoin. treatAs(EntityDomainType<S> treatJavaType)
-
Uses of JpaMapJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaMapJoin Modifier and Type Method Description <X,K,T,V extends T>
JpaMapJoin<X,K,V>HibernateCriteriaBuilderDelegate. treat(MapJoin<X,K,T> join, Class<V> type)
-
Uses of JpaMapJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaMapJoin Modifier and Type Class Description class
SqmCorrelatedMapJoin<O,K,V>
class
SqmMapJoin<O,K,V>
class
SqmTreatedMapJoin<O,K,V,S extends V>
-