Class DateBetweenFilter

java.lang.Object
com.github.cjgmj.dynamicQuery.modifier.FieldReference
com.github.cjgmj.dynamicQuery.modifier.ValueFilter<java.time.LocalDate>
com.github.cjgmj.dynamicQuery.modifier.filter.DateBetweenFilter

public class DateBetweenFilter
extends ValueFilter<java.time.LocalDate>
  • Constructor Summary

    Constructors 
    Constructor Description
    DateBetweenFilter​(java.lang.String field, java.time.LocalDate value, java.time.LocalDate nextValue)  
  • Method Summary

    Modifier and Type Method Description
    QueryPredicate getQueryPredicate()  

    Methods inherited from class com.github.cjgmj.dynamicQuery.modifier.FieldReference

    getExpression

    Methods inherited from class java.lang.Object

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