Modifier and Type | Field and Description |
---|---|
private String |
_key |
private Optional<Query> |
_nestedQuery |
Constructor and Description |
---|
JoinKey(String key,
Query nestedQuery)
Creates a JoinKey
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey()
Gets the key of the JoinKey
|
Optional<Query> |
getNestedQuery()
Gets the optional nested query of the join key
|
int |
hashCode() |
String |
toString() |
private Optional<Query> _nestedQuery
public Optional<Query> getNestedQuery()