In this episode, we are going to talk about JDBC batch updates.
First, we will discuss about JDBC Statement and PreparedStatement batching.
Afterward, we will see how to configure JDBC batch updates when using Hibernate.
In the end, we will see how bulk processing works and why you should consider it as an alternative to JDBC batching.