Spring repository - native query - audited entity

Viewed 21

I want to update multiple audited tables with native query. Does the spring do the audition or i should do this with the native query?

1 Answers

You'll need to do that with the native query.

Related