◆ ExportAsStream() [1/2]
org.turro.jpa.export.ExportAsStream.ExportAsStream |
( |
Dao |
dao, |
|
|
Collection< String > |
columns, |
|
|
SqlClause |
sc |
|
) |
| |
◆ ExportAsStream() [2/2]
org.turro.jpa.export.ExportAsStream.ExportAsStream |
( |
Dao |
dao, |
|
|
Collection< String > |
columns, |
|
|
WhereClause |
wc |
|
) |
| |
◆ fieldReplacement()
void org.turro.jpa.export.ExportAsStream.fieldReplacement |
( |
BiFunction< Integer, Object, Object > |
replace | ) |
|
◆ generateExcel()
void org.turro.jpa.export.ExportAsStream.generateExcel |
( |
File |
file | ) |
|
Definition at line 75 of file ExportAsStream.java.
77 ww = Workbook.createWorkbook(file);
81 }
catch (WriteException | IOException ex) {
82 WebLoggers.severe(
this).exception(ex).log();
The documentation for this class was generated from the following file: