Class CountQueryCriteria<TT>

java.lang.Object
com.flowlogix.jeedao.querycriteria.CountQueryCriteria<TT>
Type Parameters:
TT - Type of Query

public class CountQueryCriteria<TT> extends Object
Author:
lprimak
  • Constructor Details

    • CountQueryCriteria

      @ConstructorProperties({"builder","root","query"}) public CountQueryCriteria(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Root<TT> root, javax.persistence.criteria.CriteriaQuery<Long> query)
  • Method Details

    • getBuilder

      public javax.persistence.criteria.CriteriaBuilder getBuilder()
    • getRoot

      public javax.persistence.criteria.Root<TT> getRoot()
    • getQuery

      public javax.persistence.criteria.CriteriaQuery<Long> getQuery()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object