Interface IPgBulkInsert<TEntity>

All Known Implementing Classes:
PgBulkInsert

public interface IPgBulkInsert<TEntity>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    saveAll(org.postgresql.PGConnection connection, Stream<TEntity> entities)