Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 2V0-72.22 All Questions

View all questions & answers for the 2V0-72.22 exam

Exam 2V0-72.22 topic 1 question 38 discussion

Actual exam question from VMware's 2V0-72.22
Question #: 38
Topic #: 1
[All 2V0-72.22 Questions]

Which two statements are true about Spring Boot and Spring Data JPA? (Choose two.)

  • A. @EntityScan and spring.jpa.* properties can be used to customize Spring Data JPA.
  • B. Any kind of Hibernate property can be passed to Spring Data JPA like spring.jpa.properties.xxx.
  • C. Spring Data JPA is the only implementation for relational databases.
  • D. Scanning of JPA Entities can not be customized, the whole classpath is scanned.
  • E. Embedded Databases (H2, HSQLDB, Derby) are not re-created during the startup.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
saJAva
5 months, 2 weeks ago
Selected Answer: BE
correct
upvoted 1 times
...
Tolo01
1 year, 3 months ago
Selected Answer: AB
These are correct
upvoted 4 times
...
rhuanca
1 year, 8 months ago
hy not A and B . C. not sure but it is possible with additional modules work with different Data bases non relational like MongoDB E. Embedded databases (H2, HSQLDB, Derby) are re-created during the startup by default. However, this behavior can be controlled using the spring.datasource.initialization-mode property.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...