JSR 220: Enterprise JavaBeansTM,Version 3.0
section 3.4.2
paragraph 3
All non-relationship fields and properties and all relationships owned by the entity are
included in version checks.
My Question:
What does “owned by the entity” mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In two-sided relationships, one side “owns” the relationship, meaning that the corresponding table contains the foreign key. (It is the “many” side in many-to-one relationships, or the side where you don’t specify the
mappedByattribute in all other kinds of relationships.)You can find a detailed explanation in the Java EE tutorial’s section on direction in entity relationships.