Hibernate
Hibernate is an object-relational mapping (ORM) framework for Java that maps Java classes to database tables, letting developers work with relational data using ordinary objects instead of hand-written SQL.
9 resources across 3 libraries
Glossary Terms(7)
ABP Framework
ABP Framework is an open-source application framework built on ASP.NET Core that provides a modular, layered architecture along with pre-built infrastructure —…
Hibernate
Hibernate is an object-relational mapping (ORM) framework for Java that maps Java classes to database tables, letting developers work with relational data usin…
Grails
Grails is a full-stack web application framework for the JVM, written in Groovy and built on Spring Boot, that emphasizes convention over configuration in the…
Quarkus
Quarkus is an open-source Java framework tailored for GraalVM and OpenJDK HotSpot that moves most configuration and dependency-injection work to build time, gi…
Spring Boot
Spring Boot is a Java framework built on top of the Spring Framework that eliminates most manual configuration through auto-configuration and convention over c…
Entity Framework
Entity Framework (EF) is Microsoft's Object-Relational Mapping (ORM) framework for .NET that lets developers work with relational databases using strongly type…
JPA (Java Persistence API)
The Java Persistence API (JPA) is a Java specification that defines a standard way to map Java objects to relational database tables, with Hibernate as its mos…