public interface IPgBulkInsert<TEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
saveAll(org.postgresql.PGConnection connection,
java.util.stream.Stream<TEntity> entities) |
void saveAll(org.postgresql.PGConnection connection,
java.util.stream.Stream<TEntity> entities)
throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.