JPA
✅ JPA
Java Persistence API
💡 Java JPA https://soheeparklee.github.io/posts/Spring_jpa/#-jpa
- ORM of JAVA
- Map Object and DB
developer does not have to write
SQL
- 👍🏻 code reusability: JPA is DB independent
- 👍🏻 development efficiency: JPA will map OOP with DB
- 👍🏻 reliabilty: JPA Hibernate, EclipseLink
- 👍🏻 flexibility: JPA supports multiple DB
This post is licensed under CC BY 4.0 by the author.