Broadcom-VMware
2V0-72.22 · Question #93
Which two statements are true about Spring Data JPA? (Choose two.)
The correct answer is A. spring-boot-starter-data-jpa pulls in all necessary dependencies for Spring Data JPA. D. Auto-configuration creates the needed Beans like DataSource and JpaTransactionManager. See the full explanation below for the reasoning.
Question
Which two statements are true about Spring Data JPA? (Choose two.)
Options
- Aspring-boot-starter-data-jpa pulls in all necessary dependencies for Spring Data JPA.
- BSpring Data JPA can be only used in combination with Hibernate.
- CThe persistence.xml has to be provided for Spring Data JPA as it is defined in the standard.
- DAuto-configuration creates the needed Beans like DataSource and JpaTransactionManager.
- EScanning of JPA Entities can not be customized.
How the community answered
(32 responses)- A81% (26)
- B9% (3)
- C3% (1)
- E6% (2)
Community Discussion
No community discussion yet for this question.