ExamGecko
Question list
Search
Search

Question 38 - 2V0-72.22 discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Answers
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.
Answers
E.
Embedded Databases (H2, HSQLDB, Derby) are not re-created during the startup.
Suggested answer: C, E

Explanation:

Reference: https://docs.spring.io/spring-boot/docs/1.5.14.RELEASE/reference/html/boot-featuressql.html

asked 16/09/2024
FB Kalaidji
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first