Example usage for Java javax.persistence.criteria CriteriaDelete fields, constructors, methods, implement or subclass
The text is from its open source code.
Root | from(Class Create and add a query root corresponding to the entity that is the target of the delete. |
Root | from(EntityType Create and add a query root corresponding to the entity that is the target of the delete. |
String | toString() Returns a string representation of the object. |
CriteriaDelete | where(Expression Modify the delete query to restrict the target of the deletion according to the specified boolean expression. |
CriteriaDelete | where(Predicate... restrictions) Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates. |