Class QueryParameterBinder

  • All Implemented Interfaces:
    QueryDecorator

    public class QueryParameterBinder
    extends java.lang.Object
    implements QueryDecorator
    Decorates a query by binding parameters.
    Author:
    Pinaki Poddar
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryParameterBinder​(java.lang.Object... params)
      Construct a parameter binder with the given parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decorate​(jakarta.persistence.Query query)  
      • Methods inherited from class java.lang.Object

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

      • QueryParameterBinder

        public QueryParameterBinder​(java.lang.Object... params)
        Construct a parameter binder with the given parameters.
    • Method Detail

      • decorate

        public void decorate​(jakarta.persistence.Query query)
        Specified by:
        decorate in interface QueryDecorator