Kizspy Question: 49
(Choose 1 answer)
In Spring Data JPA, what does the method signature List<Entity> findBy Property OrderBy Property Asc(String
property); do?
A. Finds entities where property is equal to String property, ordered by property descending.
B. Finds entities where property is equal to String property, ordered by property ascending.
C. Finds entities where property contains String property, ordered by property ascending.
D. Finds entities where property is less than String property, ordered by property ascending.