1Z0-898 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-898 |
| 試験名称: | Java EE 6 Java Persistence API Developer Certified Expert Exam |
| 認定資格: | Oracle |
| 無料問題数: | 63 |
| 更新日: | 2026-08-02 |
A developer has created a deep entity class hierarchy with many polymorphic relationships between entitles. Which inheritance strategy, as defined by the inheritanceType enumerated type, will be most performed in this scenario?
The department entity has a unidirectional OneToMany relationship to the employee entity. The developer wants to model this relationship as a java.util.map such that the key of map is true employee name. The primary key of the Employees entity is empId, an integer.
Which of the following is correct?
An application creates a TypedQuery object to perform a query, and sets the query object's flush mode by calling setFlushMode (FlushModeType.commit). The query is executed within a transaction.
Which of the following is true?
Refer to the Exhibit.
A developer wants to have bookingdata stored in the table BOOKING, flightnumber in table FLIGHTBOOKING, and hotel name in HOTELBOOKING.
Which code, inserted at line 11 of class Booking, is appropriate for his strategy?
