Class QueryBuilder

    • Constructor Detail

      • QueryBuilder

        public QueryBuilder()
        Deprecated.
    • Method Detail

      • addFilterTranslator

        public static void addFilterTranslator​(FilterTranslator translator)
        Deprecated.
      • setStringDecorator

        public static void setStringDecorator​(StringDecorator decorator)
        Deprecated.
        Allows specification of a custom ColumnQuoter instance that handles quoting of column names for the current DB dialect.
        Parameters:
        decorator - the ColumnQuoter instance to use.
      • quote

        public static String quote​(Object str)
        Deprecated.
      • group

        public static String group​(String str)
        Deprecated.
      • getWhereStringForFilter

        public static String getWhereStringForFilter​(Container.Filter filter,
                                                     StatementHelper sh)
        Deprecated.
        Constructs and returns a string representing the filter that can be used in a WHERE clause.
        Parameters:
        filter - the filter to translate
        sh - the statement helper to update with the value(s) of the filter
        Returns:
        a string representing the filter.