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 jt) |
<X,K,V> MapJoin<X,K,V> |
From.joinMap(String attributeName) |
<X,K,V> MapJoin<X,K,V> |
From.joinMap(String attributeName,
JoinType jt) |
Modifier and Type | Method and Description |
---|---|
<X,K,V> MapJoin<X,K,V> |
Subquery.correlate(MapJoin<X,K,V> parentMap) |
Copyright © 2018. All rights reserved.