Uses of Record Class
org.hibernate.audit.spi.ChangelogSupplier.ChangesetContext
Packages that use ChangelogSupplier.ChangesetContext
-
Uses of ChangelogSupplier.ChangesetContext in org.hibernate.audit.spi
Methods in org.hibernate.audit.spi that return ChangelogSupplier.ChangesetContextModifier and TypeMethodDescriptionChangelogSupplier.generateContext(SharedSessionContract session) Generate the complete changelog context for the current transaction.Methods in org.hibernate.audit.spi with parameters of type ChangelogSupplier.ChangesetContextModifier and TypeMethodDescriptionvoidChangelogSupplier.registerLegacyContext(SharedSessionContractImplementor sessionImpl, ChangelogSupplier.ChangesetContext<?> context) Register the generated context with the legacy audit infrastructure.