public final class JoinFactory extends ExpressionFactory
JoinFactory
creates a new Join
when the portion of the query to parse starts
with JOIN or FETCH JOIN, respectively.Join
Modifier and Type | Field and Description |
---|---|
static String |
ID
The unique identifier of this
JoinFactory . |
Constructor and Description |
---|
JoinFactory()
Creates a new
JoinFactory . |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final String ID
JoinFactory
.