JPA

JPA:

  • Java Persistance API
  • JPA is not a tool or framework. It is a set of Concepts
  • For Example, In you application you are using the ORM tool as Hibernate. In future if you wan to switch the ORM tool from hibernate to iBatics, you can switch easily if you are using JPA.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab