Leonard AnghelJan 5, 20201 min readWhy And How To Avoid The AUTO Generator Type In Hibernate 5/6 And MySQLMotivation: From the performance perspective, the TABLE generator has significant issues. It should be avoided. 150+ PERSISTENCE...
Leonard AnghelJan 5, 20201 min readHow To Setup Spring Data JPA AuditingMotivation: Tracking user activities can be elegantly done via Spring Data JPA Auditing support. There is no need to do implement by...
Leonard AnghelJan 5, 20202 min readAttribute Lazy Loading And Jackson SerializationMotivation: From performance perspective, we must avoid loading from the database more data than needed. Attribute lazy loading allows us...