モジュール org.nkjmlab.sorm4j

インタフェース H2Table<T>

すべてのスーパーインタフェース:
H2Orm, Table<T>, TableMappedOrm<T>, WithTableDefinition
既知の実装クラスのリスト:
H2BasicTable

public interface H2Table<T> extends Table<T>, WithTableDefinition, H2Orm
  • メソッドの詳細

    • writeCsv

      default void writeCsv(File toFile)
      Write all rows to csv file.
      パラメータ:
      toFile -
    • writeCsv

      default void writeCsv(CsvWrite csvWrite)
      Write selected rows to csv file.
      パラメータ:
      csvWrite -