Uses of Package
org.hibernate.audit
Packages that use org.hibernate.audit
Package
Description
API for querying the history of
audited entities.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Classes in org.hibernate.audit used by org.hibernate.auditClassDescriptionA tuple representing an entity at a specific changeset in the audit history.A service for querying the audit log.Enumerates the possible strategies for querying audited entities and collections.Base
@MappedSuperclassfor changeset entities, providing the standardREV(auto-generated integer primary key) andREVTSTMP(Unix epoch timestamp) columns.A callback invoked when a new changelog entity is created, allowing the application to populate custom fields such as the current user or a comment.The type of modification recorded in the modification type column of the audit log.Extension ofChangelogMappingthat tracks which entity types were modified in each revision. -
Classes in org.hibernate.audit used by org.hibernate.audit.spiClassDescriptionA callback invoked when a new changelog entity is created, allowing the application to populate custom fields such as the current user or a comment.The type of modification recorded in the modification type column of the audit log.
-
Classes in org.hibernate.audit used by org.hibernate.boot
-
Classes in org.hibernate.audit used by org.hibernate.boot.spi