Show Navigation

Grails Plugins

Plugins by tag #envers

  • Gorm Envers

    0.33.0.3 > *
    Feb 24, 2021
    0.33.0.3 > *Feb 24, 2021
    0.23.0.3 > *Feb 24, 2021
    0.13.0.3 > *Feb 24, 2021

    The gorm-envers Grails plugin add auditting functionality to GROM in your Grails application using Hibernate Envers. The only thing you need to do is add @Audited annotation to the Domain Class that you want to audit. Hibernate Envers will create audit table in the Database for the annotated domain and log all change history.