标签: jpa annotations
我遇到了粒度问题所以我使用了@embedded和@embeddable注释(这些是来自javax.persistence)。现在我想使用embeddable类回溯到Entity。 我使用@ org.hibernate.parent获得了解决方案,但我想知道JPA中的等效注释,即我想知道javax.persistence中可用的任何@parent。
谢谢