Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个具有 JPA 注释的类.. @Embedded,@AttributesOverride等。我可以将此对象用作常规 POJO / VO 吗?那么这些注释会发生什么?他们只是被忽略了吗?或者它们仍然会被使用/激活?
@Embedded
@AttributesOverride
您可以根据需要安全地使用这些 POJO。只需忽略注释。它们仅用于实体的持久性。