Hi, sorry if this question had been answered before, I searched the forum and could not find an answer. I am using STS on a new Spring Data JPA project. I had an @NamedQuery findByTheXXX defined on the entity class and a corresponding method in the repository interface findByTheXXX. The STS complains the method in the interface about invalid derived query, no property the found in the entity. but if I ran the test on that method it worked fine. Is there anyway to stop that error in STS?
Thanks!!


Reply With Quote