Uses of Interface
org.hibernate.temporal.spi.ChangesetIdentifierSupplier
Packages that use ChangesetIdentifierSupplier
Package
Description
SPI for integrating with a source of changeset identifiers
for use with temporal or audited data.
-
Uses of ChangesetIdentifierSupplier in org.hibernate.audit.spi
Classes in org.hibernate.audit.spi that implement ChangesetIdentifierSupplierModifier and TypeClassDescriptionclassA built-inChangesetIdentifierSupplierthat persists a user-defined changelog entity and returns the@Changelog.ChangesetIdproperty value as the changeset id for audit rows. -
Uses of ChangesetIdentifierSupplier in org.hibernate.temporal.spi
Methods in org.hibernate.temporal.spi that return ChangesetIdentifierSupplierModifier and TypeMethodDescriptionChangesetCoordinator.getIdentifierSupplier()A supplier of changeset identifiers or timestamps.Methods in org.hibernate.temporal.spi with parameters of type ChangesetIdentifierSupplierModifier and TypeMethodDescriptiondefault <T> voidChangesetCoordinator.contributeIdentifierSupplier(ChangesetIdentifierSupplier<T> supplier, Class<T> identifierType) Programmatically contribute aChangesetIdentifierSupplier, overriding any previously configured supplier.