Alexander Ishmuradov
Alexander Ishmuradov
Binding to project might be not a good idea (we use a single repository for several projects). Would not it be a better approach to introduce "view_state" flag for repositories,...
Thanks, I've already tried both and one more approach (Example 65 here: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#projections.interfaces) but catch the same exception: `java.lang.IllegalStateException: No aliases found in result tuple! Make sure your query defines...
No, I didn't. But my goal is to rely only on the interface definition, i.e. if, say, I add one more getter to the interface, it should works properly without...
Yes, in my case it's easier to fetch data without `@Query` and I likely will do so. I just tried to find a way to write complex HQL queries with...