Package org.apache.torque.sql
Klasse JoinBuilder
java.lang.Object
org.apache.torque.sql.JoinBuilder
Generates SQL for joins.
- Version:
- $Id: JoinBuilder.java 1839288 2018-08-27 09:48:33Z tv $
- Autor:
- Thomas Fischer, Henning P. Schmiedehausen
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
processJoins
(Criteria criteria, Query query) Adds the Joins from the criteria to the query.
-
Methodendetails
-
processJoins
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
-