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
The method createCountQueryFor of QueryUtils has been changed in this commit.
My repository with native query cannot be created because variable is null when doing variable.contains(",").
A simple query like this produce the problem @Query(nativeQuery=true, value="Select * FROM MY_TABLE")
The text was updated successfully, but these errors were encountered:
The method createCountQueryFor of QueryUtils has been changed in this commit.
My repository with native query cannot be created because variable is null when doing
variable.contains(",").
A simple query like this produce the problem
@Query(nativeQuery=true, value="Select * FROM MY_TABLE")
The text was updated successfully, but these errors were encountered: