Class CollDeleteClause<T>

java.lang.Object
com.querydsl.collections.CollDeleteClause<T>
Type Parameters:
T -
All Implemented Interfaces:
com.querydsl.core.dml.DeleteClause<CollDeleteClause<T>>, com.querydsl.core.dml.DMLClause<CollDeleteClause<T>>, com.querydsl.core.FilteredClause<CollDeleteClause<T>>

public class CollDeleteClause<T> extends Object implements com.querydsl.core.dml.DeleteClause<CollDeleteClause<T>>
CollDeleteClause is an implementation of the DeleteClause interface for the Querydsl Collections module
Author:
tiwe
  • Constructor Details

    • CollDeleteClause

      public CollDeleteClause(QueryEngine qe, com.querydsl.core.types.Path<T> expr, Collection<? extends T> col)
    • CollDeleteClause

      public CollDeleteClause(com.querydsl.core.types.Path<T> expr, Collection<? extends T> col)
  • Method Details

    • execute

      public long execute()
      Specified by:
      execute in interface com.querydsl.core.dml.DMLClause<T>
    • where

      public CollDeleteClause<T> where(com.querydsl.core.types.Predicate... o)
      Specified by:
      where in interface com.querydsl.core.FilteredClause<T>
    • toString

      public String toString()
      Overrides:
      toString in class Object