Uses of Interface
org.hibernate.persister.state.spi.StateManagementGraphIntegration
Packages that use StateManagementGraphIntegration
Package
Description
Extension point for customized state management,
enabling functionality such as soft delete, temporal
data, and audit logging.
-
Uses of StateManagementGraphIntegration in org.hibernate.persister.state.spi
Fields in org.hibernate.persister.state.spi declared as StateManagementGraphIntegrationModifier and TypeFieldDescriptionstatic final StateManagementGraphIntegrationStateManagementGraphIntegration.STANDARDThe graph integration used by the standard state-management model.Methods in org.hibernate.persister.state.spi that return StateManagementGraphIntegrationModifier and TypeMethodDescriptiondefault StateManagementGraphIntegrationStateManagement.getGraphIntegration()Provides the graph action-queue integration for this state-management strategy.