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 |
---|---|
public Expression | Returns: expression corresponding to the map entryCreate an expression that corresponds to the map entry. |
public MapAttribute | Returns: metamodel type representing theMap that is
the target of the joinRedeclares jakarta. |
public Path | Returns: path corresponding to map keyCreate a path expression that corresponds to the map key. |
public MapJoin | Returns: the modified join objecta simple or compound boolean expression restriction)Redeclares jakarta. |
public MapJoin | Returns: the modified join objectzero or more restriction predicates restrictions)Redeclares jakarta. |
public Path | Returns: path corresponding to the map valueCreate a path expression that corresponds to the map value. |
entry | back to summary |
---|---|
public Expression Create an expression that corresponds to the map entry.
|
getModel | back to summary |
---|---|
public MapAttribute Redeclares jakarta. Return the metamodel representation for the map attribute.
|
key | back to summary |
---|---|
public Path Create a path expression that corresponds to the map key.
|
on | back to summary |
---|---|
public MapJoin Redeclares jakarta. Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any.
|
on | back to summary |
---|---|
public MapJoin Redeclares jakarta. Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. |
value | back to summary |
---|---|
public Path Create a path expression that corresponds to the map value. This method is for stylistic use only: it just returns this.
|