Class JoinKey

java.lang.Object
org.ametys.cms.search.query.join.JoinKey

public class JoinKey extends Object
Class representing a join key and its (optional) nested query for creating a JoinQuery
  • Constructor Details

    • JoinKey

      public JoinKey(String key, Query nestedQuery)
      Creates a JoinKey
      Parameters:
      key - The key. Cannot be null
      nestedQuery - The nested query of the join key. Can be null
  • Method Details