Q.

Which statement about JTA and resource-local entity managers is correct?

A. The default transaction type for an entity manager is JTA in both Java EE and Java SE environments.
B. You cannot use a resource-local entity manager in a Java EE environment.
C. The EntityTransaction interface must be used when using a resource-local entity manager. (*)
D. Application-managed entity managers can be only a JTA transaction type.
Answer» C. The EntityTransaction interface must be used when using a resource-local entity manager. (*)
4.2k
0
Do you find this helpful?
29

Discussion

No comments yet