Interface NamedQuery.Builder

    • Method Detail

      • name

        NamedQuery.Builder name​(String name)

        The query name.

        Parameters:
        name - The query name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        NamedQuery.Builder description​(String description)

        The query description.

        Parameters:
        description - The query description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • database

        NamedQuery.Builder database​(String database)

        The database to which the query belongs.

        Parameters:
        database - The database to which the query belongs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryString

        NamedQuery.Builder queryString​(String queryString)

        The SQL statements that make up the query.

        Parameters:
        queryString - The SQL statements that make up the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namedQueryId

        NamedQuery.Builder namedQueryId​(String namedQueryId)

        The unique identifier of the query.

        Parameters:
        namedQueryId - The unique identifier of the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workGroup

        NamedQuery.Builder workGroup​(String workGroup)

        The name of the workgroup that contains the named query.

        Parameters:
        workGroup - The name of the workgroup that contains the named query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.