Class DefaultAbstractQueryHelper

  • All Implemented Interfaces:
    AbstractQueryHelper

    public class DefaultAbstractQueryHelper
    extends java.lang.Object
    implements AbstractQueryHelper
    Default implementation of AbstractQueryHelper. It returns an updated object of the given original one by setting the query with the given parameter while shallow copying original attributes to an updated object.
    • Constructor Detail

      • DefaultAbstractQueryHelper

        public DefaultAbstractQueryHelper()
    • Method Detail

      • copyAttributes

        protected <T extends AbstractQuery> void copyAttributes​(T original,
                                                                T target)
        Copies original attributes over to target object.
        Parameters:
        original - the original search query object
        target - the target search query object