Does JPA performs the actual task like access, persist and manage data?
No, JPA is only a specification. The ORM tools like Hibernate, EcpliseLink, iBatis, and TopLink implements the JPA specification and perform these type of tasks.
No, JPA is only a specification. The ORM tools like Hibernate, EcpliseLink, iBatis, and TopLink implements the JPA specification and perform these type of tasks.