Class SearchPredicate

  • Direct Known Subclasses:
    Search.Builder, SearchPredicateArgument, SearchPredicateString

    public abstract class SearchPredicate
    extends java.lang.Object
    Search predicates are lexically-parsed tokens that describe individual actions taken to build a JPA query clause. These are defined explicitly within the API itself, and are not a component of query execution itself.
    • Method Summary

      Modifier and Type Method Description
      SearchArgument getArgument()  
      abstract void handle​(SearchHandler.Clause clause)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handle

        public abstract void handle​(SearchHandler.Clause clause)
                             throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException