About 389,000 results
Open links in new tab
  1. Shut down, sleep, or hibernate your PC - Microsoft Support

    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 …

  2. Hibernate (framework) - Wikipedia

    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. …

  3. Hibernate. Everything data.

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

  4. 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 …

  5. Hibernate Tutorial - GeeksforGeeks

    Sep 1, 2025 · Hibernate is an Object Relational Mapping (ORM) framework for Java, which simplifies database operations by mapping Java classes to database tables. It eliminates the …

  6. How to enable Hibernate on Windows 11 - Pureinfotech

    Sep 16, 2025 · Hibernate is a feature that saves the contents loaded into memory onto the hard drive (in the “hiberfil.sys” file) to shut down the computer completely, preserving your current …

  7. GitHub - hibernate/hibernate-orm: Idiomatic persistence for …

    Hibernate ORM is a powerful object/relational mapping solution for Java, and makes it easy to develop persistence logic for applications, libraries, and frameworks.

  8. Hibernate Tutorial - Tpoint Tech - Java

    Mar 17, 2025 · Hibernate is a Java framework that simplifies the development of Java application to interact with the database. It is an open source, lightweight, ORM (Object Relational …

  9. Hibernate Tutorial - Online Tutorials Library

    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 …

  10. Hibernate Framework Tutorials - CodeJava.net

    Oct 22, 2024 · You can find the following a comprehensive list of Hibernate tutorials, code examples and sample projects from basics to advanced. It's a great resource to learn …