質問

I have a class that has JPA annotations.. @Embedded, @AttributesOverride, etc. Can I use this object as regular POJO / VO? What happens to these annotations then? Are they simply ignored? Or they will still be used / active?

役に立ちましたか?

解決

You can safely use these POJOs as you want. Just ignore the annotations. They are needed only for persistence of your entities.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top