Class DateEqualPredicate

java.lang.Object
com.github.cjgmj.dynamicQuery.predicate.DateEqualPredicate
All Implemented Interfaces:
QueryPredicate

public class DateEqualPredicate
extends java.lang.Object
implements QueryPredicate
  • Constructor Summary

    Constructors 
    Constructor Description
    DateEqualPredicate()  
  • Method Summary

    Modifier and Type Method Description
    javax.persistence.criteria.Predicate buildPredicate​(javax.persistence.criteria.CriteriaBuilder criteriaBuilder, javax.persistence.criteria.Root<?> root, javax.persistence.criteria.Expression<java.lang.String> expression, ValueFilter<?> valueFilter)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.github.cjgmj.dynamicQuery.predicate.QueryPredicate

    getPredicate
  • Constructor Details

  • Method Details

    • buildPredicate

      public javax.persistence.criteria.Predicate buildPredicate​(javax.persistence.criteria.CriteriaBuilder criteriaBuilder, javax.persistence.criteria.Root<?> root, javax.persistence.criteria.Expression<java.lang.String> expression, ValueFilter<?> valueFilter)
      Specified by:
      buildPredicate in interface QueryPredicate