Java javax.persistence.criteria CriteriaDelete fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.criteria CriteriaDelete fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.criteria CriteriaDelete.

The text is from its open source code.

Method

Rootfrom(Class entityClass)
Create and add a query root corresponding to the entity that is the target of the delete.
Rootfrom(EntityType entity)
Create and add a query root corresponding to the entity that is the target of the delete.
StringtoString()
Returns a string representation of the object.
CriteriaDeletewhere(Expression restriction)
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
CriteriaDeletewhere(Predicate... restrictions)
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.