Valid 1Z0-898 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-898 Exam! ExamDiscuss.com now offer the newest 1Z0-898 exam dumps, the ExamDiscuss.com 1Z0-898 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-898 dumps with Test Engine here:
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?
Correct Answer: B
Explanation/Reference: If FlushModeType.COMMIT is set, the effect of updates made to entities in the persistence context upon queries is unspecified. Note: COMMIT: Flushing to occur at transaction commit. AUTO: (Default) Flushing to occur at query execution. Reference: javax.persistence, Enum FlushModeType