Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
add readme
  • Loading branch information
gscaramuzzino authored Jul 20, 2020
1 parent 7b74877 commit 537ad11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# jpatutorial

Complete Java Persistence API (JPA) Tutorial.

The Java Persistence API (JPA) is a Java specification for accessing, persisting, and managing data between Java objects / classes and a relational database. JPA was defined as part of the EJB 3.0 specification as a replacement for the EJB 2 CMP Entity Beans specification. JPA itself is just a specification, not a product; it cannot perform persistence or anything else by itself. JPA is just a set of interfaces, and requires an implementation.

0 comments on commit 537ad11

Please sign in to comment.