Class JoinBuilder

    • Method Detail

      • processJoins

        public static void processJoins​(Criteria criteria,
                                        Query query)
                                 throws TorqueException
        Adds the Joins from the criteria to the query.
        Parameters:
        criteria - the criteria from which the Joins are taken.
        query - the query to which the Joins should be added.
        Throws:
        TorqueException - if the Joins can not be processed