@Repository public class SimpleJpaBatchRepository<T> extends java.lang.Object implements JpaBatchRepository<T>
| 构造器和说明 |
|---|
SimpleJpaBatchRepository(javax.persistence.EntityManager entityManager) |
public SimpleJpaBatchRepository(javax.persistence.EntityManager entityManager)
public java.util.List<T> saveBatch(java.lang.Iterable<T> entities)
JpaBatchRepositorysaveBatch 在接口中 JpaBatchRepository<T>entities - must not be null nor must it contain null.