Uses of Interface
org.hibernate.persister.state.spi.StateManagementLegacyIntegration
Packages that use StateManagementLegacyIntegration
Package
Description
Extension point for customized state management,
enabling functionality such as soft delete, temporal
data, and audit logging.
-
Uses of StateManagementLegacyIntegration in org.hibernate.persister.state.spi
Methods in org.hibernate.persister.state.spi that return StateManagementLegacyIntegrationModifier and TypeMethodDescriptionStateManagement.getLegacyIntegration()Provides the legacy action-queue integration for this state-management strategy.