linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

How does Spring Data facilitate queries against a datastore?

Queries are explicitly coded in repository implementations using the Spring Data CriteriaBuilder.
Query metadata is stored in the underlying datastore and retrieved at runtime per repository.
Queries are derived from the signatures of methods on a Spring Data repository that contain keywords in their name for constructing the query logic.
A spring-data-queries.xml file contains queries within entity tags that specify the query logic for each repository.

Answer:
Queries are derived from the signatures of methods on a Spring Data repository that contain keywords in their name for constructing the query logic.

Note: This Question is unanswered, help us to find answer for this one