Klasse JoinBuilder

java.lang.Object
org.apache.torque.sql.JoinBuilder

public final class JoinBuilder extends Object
Generates SQL for joins.
Version:
$Id: JoinBuilder.java 1839288 2018-08-27 09:48:33Z tv $
Autor:
Thomas Fischer, Henning P. Schmiedehausen
  • Methodendetails

    • processJoins

      public static void processJoins(Criteria criteria, Query query) throws TorqueException
      Adds the Joins from the criteria to the query.
      Parameter:
      criteria - the criteria from which the Joins are taken.
      query - the query to which the Joins should be added.
      Löst aus:
      TorqueException - if the Joins can not be processed