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:
Given the following entity classes: @Entity @cacheable (true) Public class A { . . . } @Entity @cacheable (false) Public class B { . . .} @Entity Public class C { . . . } If the shared-cache-mode element of persistence.xml is set to ENABLE _SERVICE, which entities are cached when using a persistence provider that supports caching?
Correct Answer: A
Explanation/Reference: ENABLE_SELECTIVE Caching is enabled for all entities for Cacheable(true) is specified. Reference: javax.persistence, Enum SharedCacheMode