Package org.ametys.cms.search.query.join
Class JoinKey
java.lang.Object
org.ametys.cms.search.query.join.JoinKey
Class representing a join key and its (optional) nested query for creating a
JoinQuery
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JoinKey
Creates a JoinKey- Parameters:
key
- The key. Cannot be null
-
JoinKey
Creates a JoinKey- Parameters:
key
- The key. Cannot be nullnestedQuery
- The nested query of the join key. Can be null
-
-
Method Details
-
getKey
Gets the key of the JoinKey- Returns:
- the key of the JoinKey
-
getNestedQuery
Gets the optional nested query of the join key- Returns:
- the optional nested query of the join key
-
hashCode
-
equals
-
toString
-