Class DeleteStatementFactory

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
All Implemented Interfaces:
Comparable<ExpressionFactory>

public final class DeleteStatementFactory extends ExpressionFactory
This DeleteStatementFactory creates a new DeleteStatement when the portion of the query to parse starts with DELETE FROM.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • DeleteStatementFactory

      public DeleteStatementFactory()
      Creates a new DeleteStatementFactory.
  • Method Details