@ org.hibernate.parent, is there a similar annotation in JP?

I ran into a granularity issue, so I used @embedded and @embeddable annotations (they are from javax.persistence). Now I want to do the reverse path using the inline class for Entity. I got the solution using @ org.hibernate.parent, but I want to know the equivalent annotation in JPA. I want to know any @parent available in javax.persistence.

thank

+3


source to share





All Articles