Imagine that I have the following class:
class Test { String name static mapping = { cache true version false }
The goal is to insert rows using native sql at the database level so that sleep mode does not recognize these changes. how can i notifiy hibnerate about these new lines?
Is there something like β Test.clearCache?
source share