Class ReactiveCriteriaQueryImpl<T>

  • All Implemented Interfaces:
    java.io.Serializable, javax.persistence.criteria.AbstractQuery<T>, javax.persistence.criteria.CommonAbstractCriteria, javax.persistence.criteria.CriteriaQuery<T>, org.hibernate.query.criteria.internal.compile.CompilableCriteria, Criteria<T>

    public class ReactiveCriteriaQueryImpl<T>
    extends org.hibernate.query.criteria.internal.CriteriaQueryImpl<T>
    implements Criteria<T>
    A reactific CriteriaQueryImpl, providing the implementation of CriteriaQuery.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveCriteriaQueryImpl​(org.hibernate.query.criteria.internal.CriteriaBuilderImpl criteriaBuilder, java.lang.Class<T> returnType)  
    • 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.CriteriaQueryImpl

        applySelection, distinct, from, from, getGroupList, getGroupRestriction, getOrderList, getParameters, getQueryStructure, getRestriction, getResultType, getRoots, getSelection, groupBy, groupBy, having, having, interpret, isDistinct, multiselect, multiselect, orderBy, orderBy, renderOrderByClause, select, subquery, validate, where, where
      • Methods inherited from class org.hibernate.query.criteria.internal.AbstractNode

        criteriaBuilder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait