You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should clarify what should happen when a query annotation is configured with a query and a named query:
@Query(value="select u.firstname from User u", countQuery = "select u.firstname from User u", name = "User.findBySpringDataNamedQuery", countProjection = "u.firstname")
Right now, the provided string query is used. Ideally, we do something towards helping to understand that such a configuration creates ambiguity.
The text was updated successfully, but these errors were encountered:
We should clarify what should happen when a query annotation is configured with a query and a named query:
Right now, the provided string query is used. Ideally, we do something towards helping to understand that such a configuration creates ambiguity.
The text was updated successfully, but these errors were encountered: