Documentation / Mapping / Extension / @ReadAudit

  • Getting started
  • Introduction
  • Documentation
    • Best practice
    • Query
    • Persist
    • Transactions
    • Mapping
      • Types
      • JPA
      • Extensions
        • @Identity
        • @Index
        • @DbEnumValue
        • @DbJson
        • @DbArray
        • @DbMap
        • @DbForeignKey
        • @DbComment
        • @DbPartition
        • @WhenCreated
        • @WhenModified
        • @WhoCreated
        • @WhoModified
        • @SoftDelete
        • @Encrypted
        • @Formula
        • @View
        • @History
        • @ChangeLog
        • @ReadAudit
    • DDL & Migrations
    • Logging
    • Testing
    • Read Replicas
    • Database platforms
    • Multiple databases
    • Kotlin
    • Tuning
    • Features
  • Getting help
  • API Javadoc
  • Videos
  • Upgrading
  • Releases
  • Docs Documentation
  • And 101 more...

@ReadAudit

Mapping added to an entity to indicate that we want a log of read access.

 

Refer to /docs/features/readauditing for details.