adspace
Why we are using jpa annotation instead of hibernate?
Answer Posted / Surendra Kumar Patel
JPA Annotations are used instead of Hibernate because JPA provides a standard API for persistence in Java EE applications, and it can be implemented by various providers like Hibernate. This makes the application more portable across different databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers