Class StatementBuilder<T>

    • Constructor Detail

      • StatementBuilder

        public StatementBuilder()
    • Method Detail

      • hints

        public T hints​(Map<String,​Object> hints)
        Sets the hints for the statement.
        Parameters:
        hints - the hint map
        Returns:
        this statement
      • hints

        public T hints​(String... hints)
        Adds hints to the statement.
        Parameters:
        hints - the hints
        Returns:
        this statement
      • hint

        public T hint​(String name,
                      Object value)
        Adds a hint to the statement.
        Parameters:
        name - the hint name
        value - the hint value
        Returns:
        this statement