Tag: Hibernate

Hibernate is not so evil

A few years ago, when I was a Junior Backend Developer, I was really frustrated at Hibernate. Every time I made any change in the persistence layer designed by my older colleagues, I had serious problems with JPA. I thought that maybe Hibernate was some kind of an old crappy tool nobody wants to use...

Get Fast Startup Time in Ubuntu by Enabling Hibernate (Tutorial)

Hibernation involves transferring all the contents of a device’s RAM (Random Access Memory) to the disk before shutting down the device. Upon device restart, it seamlessly resumes from the exact point where it left off. This means all your files and applications are instantly ac...