Leonard AnghelJan 10, 20202 min readHow To Bulk UpdatesMotivation: This article is useful if you need a fast way to update a significant amount of data in the database. Bulk operations...
Leonard AnghelJan 10, 20201 min readHow To Calculate Non-Persistent Property via Hibernate @FormulaMotivation: This article is useful if you need to calculate a non-persistent property based on the persistent entity attributes....
Leonard AnghelJan 9, 20201 min readSession-Level Batching (Hibernate 5.2 or Higher)Motivation: This article is useful if you want to vary the batching size per Hibernate Session. While global (application-level) batching...