Package org.ametys.cms.search.query.join
Class JoinKey
- java.lang.Object
-
- org.ametys.cms.search.query.join.JoinKey
-
-
Field Summary
Fields Modifier and Type Field Description private String_keyprivate Optional<Query>_nestedQuery
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKey()Gets the key of the JoinKeyOptional<Query>getNestedQuery()Gets the optional nested query of the join keyinthashCode()StringtoString()
-
-
-
Field Detail
-
_nestedQuery
private Optional<Query> _nestedQuery
-
-
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
-
-