I have one POJO in my Sample Hibernate Application and that points to table in my database. In my POJO class having @Entity annotation from JPA(javax.persistence.Entity).
What is the need of importance to place JPA annotation instead of Hibernate API.
Thanks in Advance...!