Found 1 Articles for JPA

Difference between Hibernate and JPA

Pradeep Kumar
Updated on 25-Jul-2022 10:09:14

5K+ Views

Red Hat developed the Hibernate framework, which is also referred to as Hibernate Object Relational Mapper (ORM). The first version of this object-relational mapping tool for the Java programming language was made available for download on May 23, 2007. Hibernate supports a Java Virtual Machine (JVM) that works across several platforms, and it is written in Java."JPA" stands for Java Persistence API. It is a tool to manage relational data. In its most basic form, JPA is a specification. It addresses either the object metadata or the relationship metadata. Java Persistence Query Language (JPQL) is the language that is used by ... Read More

1
Advertisements