JPA - Attributeconverter not working with native query
I have created AttributeConverter class which is converting Enum to DB value and overriden the necessary methods. If I use JPA query like below then converter is getting called and getting correct ...