Package de.bytefish.pgbulkinsert
Interface IPgBulkInsert<TEntity>
-
- All Known Implementing Classes:
PgBulkInsert
public interface IPgBulkInsert<TEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsaveAll(org.postgresql.PGConnection connection, Stream<TEntity> entities)
-
-
-
Method Detail
-
saveAll
void saveAll(org.postgresql.PGConnection connection, Stream<TEntity> entities) throws SQLException- Throws:
SQLException
-
-