Hibernate. Everything data. - Hibernate
https://hibernate.org/
Hibernate. Everything data. More than an ORM, discover the Hibernate galaxy.
Hibernate (framework) - Wikipedia
https://en.wikipedia.org/wiki/Hibernate_(framework)
Hibernate ORM (or simply Hibernate) is an object-relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database.
Hibernate (@Hibernate) | Твиттер
https://twitter.com/hibernate
Последние твиты от Hibernate (@Hibernate). Hibernate team account. Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational...
Hibernate download | SourceForge.net
https://sourceforge.net/projects/hibernate/
Free. Windows, Mac OS, Linux. Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API.
Hibernate Tutorial - Tutorialspoint
https://www.tutorialspoint.com/hibernate/index.htm
Hibernate Tutorial - Hibernate is a high-performance Object/Relational persistence and query service, which is licensed under the open source GNU Lesser General Public License (LGPL.
Hibernate has 46 repositories available. Follow their code on GitHub.
https://github.com/hibernate
Hibernate's core Object/Relational Mapping functionality. A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Руководство по Hibernate (полная версия). - PROSELYTE
https://proselyte.net/tutorials/hibernate-tutorial/
Руководство по Hibernate. 1. Введение 2. Архитектура Hibernate Framework. 3. Конфигурирование.
Hibernate Tutorial - Mkyong.com
https://mkyong.com/tutorials/hibernate-tutorials/
Hibernate is great at a lot of things, but its something that needs to be used appropriately. In this tutorials, it providing many step by step examples and explanations on using Hibernate3.
Hibernate Getting Started Guide
https://docs.jboss.org/hibernate/orm/5.4/quickstart/html_single/
Hibernate is an Object/Relational Mapping (ORM) solution for Java environments. Hibernate takes care of the mapping from Java classes to database tables, and from Java data types to SQL data types.
Hibernate Tutorial For Beginners - JournalDev
https://www.journaldev.com/2882/hibernate-tutorial-for-beginners
Hibernate Annotations Example. hibernate.cfg.xml, hibernate 4 tutorial, XML, Properties, Annotations Configuration.
Hibernate Tutorial - HowToDoInJava
https://howtodoinjava.com/hibernate-tutorials/
Hibernate Tutorial for beginners and experienced developers. Learn hibernate annotations, mappings, caches, configuration, HQL and validation with examples.
Complete Hibernate 3.0 and Hibernate 4 Tutorial
https://www.roseindia.net/hibernate/
Hibernate Tutorials - Provides best hibernate tutorial, online hibernate examples, spring hibernate tutorials for beginners, hibernate basic tutorials, hibernate simple example for beginners.
Hibernate - Vlad Mihalcea
https://vladmihalcea.com/tutorials/hibernate/
Vlad Mihalcea is a Java Champion and Hibernate Developer Advocate and his Hibernate tutorial will teach you how to turn a data access layer that barely crawls into one that runs at warp speed.
Hibernate Derby tutorial - Introduction to Hibernate ORM
https://zetcode.com/hibernate/derby/
Hibernate Query Language (HQL) is an object-oriented query language similar to SQL. While SQL operates on tables and columns, HQL operates on persistent objects and their properties.