I have an interface that implements crudrepository. I am using @Query annotations.
I really need an entitymanager to build a native query. What should I do? Should I tear down the interface implementing crudrepository and extend from simplejparepository?
Please advise?