Posts by Cassiano Moura • 11 points
1 post
-
1
votes1
answer67
viewsQ: Precedence in Query JPA
I’m using the notation @Where(clause = "ts_removed is null") in my entity. If I insert a method with @Query(value = "XXX") in my repository, the query will overwrite or use my Where clause inserted…