SyntaxFix
Write A Post
Hire A Developer
Questions
In case entire entity is being return, better solution in spring JPA is use @Query(value = "from entity where Id in :ids")
This return entity type rather than object type