Class JoinFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.JoinFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class JoinFactory extends ExpressionFactory
ThisJoinFactory
creates a newJoin
when the portion of the query to parse starts with JOIN or FETCH JOIN, respectively.- Since:
- 2.3
- Version:
- 2.5.2
- Author:
- Pascal Filion
- See Also:
Join
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
The unique identifier of thisJoinFactory
.
-
Constructor Summary
Constructors Constructor Description JoinFactory()
Creates a newJoinFactory
.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
The unique identifier of thisJoinFactory
.- See Also:
- Constant Field Values
-
-