public interface ISqlServerBulkInsert<TEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
saveAll(Connection connection,
java.util.stream.Stream<TEntity> entities) |
void saveAll(Connection connection, java.util.stream.Stream<TEntity> entities) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.