Solved

Which F the Following JPA-Related Statements Is False

Question 15

Multiple Choice

Which f the following JPA-related statements is false?


A) You can use XE "Interfaces:EntityManager" XE "EntityManager interface" EntityManager method XE "EntityManager interface:getTransaction method" XE "getTransaction method of interface EntityManager" getTransaction to get the EntityTransaction that manages the transaction.
B) You can use EntityTransaction method XE "EntityTransaction interface:begin method" XE "begin method of interface EntityTransaction" begin to start the transaction.
C) You can use XE "Interfaces:EntityManager" XE "EntityManager interface" EntityManager method apply to insert a new entity into the database.
D) You call EntityTransaction method XE "EntityTransaction interface:commit method" XE "commit method of interface EntityTransaction" commit to commit the changes to the database.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions