public final class JoinBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static void |
processJoins(Criteria criteria,
Query query)
Adds the Joins from the criteria to the query.
|
public static void processJoins(Criteria criteria, Query query) throws TorqueException
criteria
- the criteria from which the Joins are taken.query
- the query to which the Joins should be added.TorqueException
- if the Joins can not be processedCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.