Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
Subquery.correlate(MapJoin<X,K,V> parentMap) |
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map) |
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map,
JoinType joinType) |
<X,K,V> MapJoin<X,K,V> |
From.joinMap(java.lang.String attributeName) |
<X,K,V> MapJoin<X,K,V> |
From.joinMap(java.lang.String attributeName,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
Subquery.correlate(MapJoin<X,K,V> parentMap) |