Hibernate 7.4 moves temporal reads and audit history into the mapping model. @Temporal gives an entity point-in-time snapshots. @Audited gives full changeset history. No Envers, no mirror entities, no listeners copying state on update.
Built a small VaultLedger service in Quarkus with both features, tested from the HTTP boundary.
https://www.the-main-thread.com/p/quarkus-hibernate-temporal-audit

