public final class AsOfClauseFactory extends ExpressionFactory
AsOfClauseFactory
creates a new AsOfClause
when the portion of the JPQL
query to parse starts with AS OF.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
The unique identifier of this
AsOfClauseFactory . |
Constructor and Description |
---|
AsOfClauseFactory()
Creates a new
AsOfClauseFactory . |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final java.lang.String ID
AsOfClauseFactory
.