Search Articles — Sudonull

Search Results

In this project

14 Years of Pastebin on Scala: Lessons of Support

https://sudonull.com/14-years-of-pastebin-on-scala-lessons-of-support

Evolution of the internal Pastebin on Scala, Spring, Hibernate over 14 years. Problems of dead frameworks, stack selection and migrations. For middle/senior dev. Understand the risks of legacy.

Legacy code optimization: reducing processing time by 99%

https://sudonull.com/legacy-code-optimization-reducing-processing-time-by-99

How to speed up processing of 75k records in a legacy system in 4 steps. Analysis of overhead costs, batch operations, batch setup and safe scaling. Practical case for Java developers.

From the web

Shut down, sleep, or hibernate your PC | Microsoft Support

https://support.microsoft.com/en-us/windows/experience/power-battery/shut-down-sleep-or-hibernate-your-pc

Hibernate uses less power than sleep and when you start up the PC again, you’re back to where you left off (though not as fast as sleep). Use hibernation when you know that you won't use your laptop or …

Hibernate. Everything data.

https://hibernate.org/

More than an ORM, discover the Hibernate galaxy. Hibernate ORM Domain model persistence for relational databases.

Enable or Disable Hibernate in Windows 11

https://www.elevenforum.com/t/enable-or-disable-hibernate-in-windows-11.1894/

Oct 12, 2021 · This tutorial will show you how to enable or disable hibernate and restore or delete the hiberfil.sys file in Windows 11. Hibernate is a power-saving state designed primarily for laptops, and …

Documentation - Hibernate ORM

https://hibernate.org/orm/documentation/

Jun 16, 2026 · Tools to help with Hibernate development. Auditing and versioning of entities. Frequently asked questions. Books about Hibernate ORM. Idiomatic persistence for Java and relational databases.

Hibernate (framework) - Wikipedia

https://en.wikipedia.org/wiki/Hibernate_(framework)

Hibernate's primary feature is mapping from Java classes to database tables, and mapping from Java data types to SQL data types. Hibernate also provides data query and retrieval facilities. It generates …

Hibernate Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/java/hibernate-tutorial/

Mar 26, 2026 · Hibernate is an Object Relational Mapping (ORM) framework for Java, which simplifies database operations by mapping Java classes to database tables. It eliminates the need for manual …

Add or Remove Hibernate on Power menu in Windows 11

https://www.elevenforum.com/t/add-or-remove-hibernate-on-power-menu-in-windows-11.12367/

Feb 2, 2023 · Hibernate is available in the power options menu by default in Windows 11, but you can remove Hibernate from the power menu if wanted. You must be signed in as administrator to add or …

Hibernate Tutorial - Online Tutorials Library

https://www.tutorialspoint.com/hibernate/index.htm

Hibernate not only takes care of the mapping from Java classes to database tables (and from Java data types to SQL data types), but also provides data query and retrieval facilities. This tutorial will teach …

How to Enable Hibernation on Windows 11

https://www.howtogeek.com/how-to-enable-hibernation-on-windows-11/

Oct 26, 2024 · Turning on hibernation on Windows 11 is as easy as using one of the three methods listed below. You can use Command Prompt, PowerShell, or Registry Editor to turn on and off the …

Learn JPA & Hibernate Series - Baeldung

https://www.baeldung.com/learn-jpa-hibernate

Oct 19, 2023 · Hibernate is one of the most popular Java ORM frameworks in use today. Its first release was almost twenty years ago, and still has excellent community support and regular releases.

Trending Now