I am new to Hibernate and using annotation for mapping.
My Problem is what is relation between javax.persistence and org.hibernate.annotations
I am using @Table annotation by importing org.hibernate.annotations it was not working well. If i import javax.presistence.Table my program working well.
What is the different between these two packages. When i go to presistence package and when i move to hibernate package.
Please Explain Basic Standard Using hibernate with annotations.