Class DataSourceExporterUtil


  • public class DataSourceExporterUtil
    extends java.lang.Object
    Since:
    07/11/16
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.sql.ResultSet constructResultSet​(org.hibernate.ScrollableResults scroll)  
      static void setCellValue​(java.lang.Object data, org.apache.poi.ss.usermodel.Cell cell, ExportCellStyles cellStyles)  
      • Methods inherited from class java.lang.Object

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

      • constructResultSet

        public static java.sql.ResultSet constructResultSet​(org.hibernate.ScrollableResults scroll)
      • setCellValue

        public static void setCellValue​(java.lang.Object data,
                                        org.apache.poi.ss.usermodel.Cell cell,
                                        ExportCellStyles cellStyles)