Class ReactiveCriteriaDeleteImpl<T>

  • All Implemented Interfaces:
    javax.persistence.criteria.CommonAbstractCriteria, javax.persistence.criteria.CriteriaDelete<T>, org.hibernate.query.criteria.internal.compile.CompilableCriteria, Criteria<T>

    public class ReactiveCriteriaDeleteImpl<T>
    extends org.hibernate.query.criteria.internal.CriteriaDeleteImpl<T>
    implements Criteria<T>
    A reactific CriteriaDeleteImpl, providing the implementation of CriteriaDelete.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveCriteriaDeleteImpl​(org.hibernate.query.criteria.internal.CriteriaBuilderImpl criteriaBuilder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ReactiveQuery<T> build​(CriteriaQueryRenderingContext context, ReactiveQueryExecutor session)  
      • Methods inherited from class org.hibernate.query.criteria.internal.CriteriaDeleteImpl

        renderQuery, where, where
      • Methods inherited from class org.hibernate.query.criteria.internal.AbstractManipulationCriteriaQuery

        criteriaBuilder, from, from, getRestriction, getRoot, interpret, renderRestrictions, renderRoot, setRestriction, setRestriction, subquery, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.persistence.criteria.CommonAbstractCriteria

        getRestriction, subquery
      • Methods inherited from interface javax.persistence.criteria.CriteriaDelete

        from, from, getRoot