Uses of Package
org.hibernate.audit.spi
Packages that use org.hibernate.audit.spi
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines support for performing mutation operations against collections.
Defines support for performing mutation operations originating
from persistence-context events.
-
Classes in org.hibernate.audit.spi used by org.hibernate.audit.spiClassDescriptionContract for writing a single entity audit row to the audit table at transaction completion.A built-in
ChangesetIdentifierSupplierthat persists a user-defined changelog entity and returns the@Changelog.ChangesetIdproperty value as the changeset id for audit rows.Contract for writing collection audit rows to the audit table at transaction completion. -
Classes in org.hibernate.audit.spi used by org.hibernate.engine.spi
-
Classes in org.hibernate.audit.spi used by org.hibernate.metamodel.mappingClassDescriptionContract for loading entity snapshots from audit tables at a specific transaction
-
Classes in org.hibernate.audit.spi used by org.hibernate.persister.collection.mutationClassDescriptionContract for writing collection audit rows to the audit table at transaction completion.
-
Classes in org.hibernate.audit.spi used by org.hibernate.persister.entity.mutationClassDescriptionContract for writing a single entity audit row to the audit table at transaction completion.