Oracle
1Z0-898 · Question #46
Which statement is true about the @OrderColumn annotation?
The correct answer is D. The order column is not visible as part of the state of the entity. The order column is not visible as part of the state of the entity or embeddable class.
Entity Relationships
Question
Which statement is true about the @OrderColumn annotation?
Options
- AIf mime is not specified, it defaults to the foreign key column.
- BThe OrderColumn annotation may be specified only on a relationship.
- CThe OrderColumn annotation is always specified on the owning side of a relationship.
- DThe order column is not visible as part of the state of the entity.
How the community answered
(43 responses)- A2% (1)
- B14% (6)
- C7% (3)
- D77% (33)
Explanation
The order column is not visible as part of the state of the entity or embeddable class.
Topics
#OrderColumn#list ordering#collection ordering#order column visibility
Community Discussion
No community discussion yet for this question.