1Z0-898 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-898 |
| 試験名称: | Java EE 6 Java Persistence API Developer Certified Expert Exam |
| 認定資格: | Oracle |
| 無料問題数: | 63 |
| 更新日: | 2026-05-22 |
An entity person is mapped to a table PERSON and has a collection-valued persistence field otherUsedNames that stores names used by a person. The other used Names field is mapped to a separate table called NAMES. Which code fragment correctly defines such field?
Which cascade option can be specified in a mapping descriptor so that it applies to all relationships in a persistent e unit?
A developer wants to create a Java Persistence query that will include a subquery.
Which three are true? (Choose three.)
A developer needs to include a set of managed classes in a persistence unit. Which two solutions are correct? (Choose two.)