Interface SqlPreparedQuery<E,​R>

    • Method Detail

      • prepare

        void prepare​(@Nullable
                     E entity)
        Prepare query. The internal SQL query can be altered based on the requirements.
        Parameters:
        entity - The entity instance
      • attachPageable

        void attachPageable​(Pageable pageable,
                            boolean isSingleResult)
        Modify the query according to the pageable.
        Parameters:
        pageable - The pageable
        isSingleResult - is single result