JaVers Audit for @Query jpa Annotation for database query in repository

96 Views Asked by At

I had repository which contains update sql query using JPA @Query annotation. Now I'm expecting that Javers need to Audit this sql query using Javers implementation. Does it is possible or not? if yes let me know how can I do this>

I am new for this implementation what I can understand javers will work only with predefined jpa methods.

but my expectation is javers work with @Query jpa annotation.

Thanks.

0

There are 0 best solutions below