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.