Verwendungen von Enum
org.apache.torque.criteria.JoinType
Packages, die JoinType verwenden
-
Verwendungen von JoinType in org.apache.torque.criteria
Felder in org.apache.torque.criteria, die deklariert sind als JoinTypeModifizierer und TypFeldBeschreibungstatic final JoinType
Criteria.INNER_JOIN
"INNER JOIN" SQL statementstatic final JoinType
Criteria.LEFT_JOIN
"LEFT JOIN" SQL statementstatic final JoinType
Criteria.RIGHT_JOIN
"RIGHT JOIN" SQL statementMethoden in org.apache.torque.criteria, die JoinType zurückgebenModifizierer und TypMethodeBeschreibungFromElement.getJoinType()
Returns the join type.final JoinType
Join.getJoinType()
static JoinType
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static JoinType[]
JoinType.values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.apache.torque.criteria mit Parametern vom Typ JoinTypeModifizierer und TypMethodeBeschreibungAdds a join to the criteria.Adds a join to the criteria, E.g. to create the conditionAdds a join to the criteria, E.g. to create the conditionCriteria.addJoin
(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Adds a join to the criteria, E.g. to create the conditionKonstruktoren in org.apache.torque.criteria mit Parametern vom Typ JoinTypeModifiziererKonstruktorBeschreibungFromElement
(String fromExpression, JoinType joinType, String joinCondition) Constructor.FromElement
(String fromExpression, JoinType joinType, String joinCondition, List<Object> preparedStatementReplacements) Constructor.FromElement
(String fromExpression, JoinType joinType, PreparedStatementPart joinCondition) Constructor.Constructor with the comparison operator.Join
(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Constructor.