Interface QueryService


  • public interface QueryService
    Service QueryService
    • Method Detail

      • queryHql

        List queryHql​(String path)
               throws es.caib.seycon.ng.exception.InternalErrorException,
                      es.caib.seycon.ng.exception.InternalErrorException
        Operation queryHql
        Parameters:
        path -
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • query

        void query​(String path,
                   String contentType,
                   Writer writer)
            throws es.caib.seycon.ng.exception.InternalErrorException,
                   es.caib.seycon.ng.exception.InternalErrorException
        Operation query
        Parameters:
        path -
        contentType -
        writer -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException