Multiple Choice
Which of the following JPA-related statements in false?
A) An object that implements the TypedQuery generic interface performs queries and returns a collection of matching entities.
B) To create queries, you can use EntityManager methods.
C) The Java Persistence Query Language (JPQL) is quite similar to SQL.
D) JPQL is optimized for dealing with relational database tables, rather than entity objects.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An object of type _ is used
Q2: For entity classes in JPA, an @NamedQueries
Q3: When you define a query in your
Q4: Which of the following statements about JPA
Q5: Which of the following statements is false?<br>A)
Q7: When you used JPA in this chapter,
Q8: Which of the following JPA-related statements is
Q9: The first argument to EntityManager's XE "EntityManager
Q10: In JPA transaction processing, if the operations
Q11: In JPA, when you compile the entity