Post

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.