JPA/Hibernate bulk(batch) insert

后端 未结 3 1727
我寻月下人不归
我寻月下人不归 2020-12-03 01:32

Here is simple example I\'ve created after reading several topics about jpa bulk inserts, I have 2 persistent objects User, and Site. One user could have many site, so we ha

3条回答
  •  借酒劲吻你
    2020-12-03 02:03

    I have written a short blog which talks about batch insert gotchas and also has pointer to small project that has all the right configurations to get started with batch insert with Hibernate. See the details at http://sensiblerationalization.blogspot.com/2011/03/quick-tip-on-hibernate-batch-operation.html

提交回复
热议问题