Z
- the source type of the joinK
- the type of the target Map keyV
- the type of the target Map valuepublic interface MapJoin<Z,K,V> extends PluralJoin<Z,Map<K,V>,V>
MapJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Map
.Modifier and Type | Method and Description |
---|---|
Expression<Map.Entry<K,V>> |
entry()
Create an expression that corresponds to the map entry.
|
MapAttribute<? super Z,K,V> |
getModel()
Return the metamodel representation for the map attribute.
|
Path<K> |
key()
Create a path expression that corresponds to the map key.
|
MapJoin<Z,K,V> |
on(Expression<Boolean> restriction)
Modify the join to restrict the result according to the
specified ON condition and return the join object.
|
MapJoin<Z,K,V> |
on(Predicate... restrictions)
Modify the join to restrict the result according to the
specified ON condition and return the join object.
|
Path<V> |
value()
Create a path expression that corresponds to the map value.
|
getAttribute, getJoinType, getOn, getParent