Package org.ametys.cms.search.query.join
Class JoinKey
- java.lang.Object
-
- org.ametys.cms.search.query.join.JoinKey
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getKey()
Gets the key of the JoinKeyOptional<Query>
getNestedQuery()
Gets the optional nested query of the join keyint
hashCode()
String
toString()
-
-
-
Method Detail
-
getNestedQuery
public Optional<Query> getNestedQuery()
Gets the optional nested query of the join key- Returns:
- the optional nested query of the join key
-
-