Class DataExporter


  • public class DataExporter
    extends java.lang.Object
    Since:
    8/11/16
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void export​(QueryExtractor extractor, ExportOptions options, java.lang.Class<?> entityClass, java.io.OutputStream outputStream)  
      • Methods inherited from class java.lang.Object

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

      • export

        public static void export​(QueryExtractor extractor,
                                  ExportOptions options,
                                  java.lang.Class<?> entityClass,
                                  java.io.OutputStream outputStream)