Uses of Class
org.hibernate.envers.internal.synchronization.AuditProcess
-
Packages that use AuditProcess Package Description org.hibernate.envers.event.spi org.hibernate.envers.internal.synchronization -
-
Uses of AuditProcess in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type AuditProcess Modifier and Type Method Description protected void
BaseEnversEventListener. generateBidirectionalCollectionChangeWorkUnits(AuditProcess auditProcess, EntityPersister entityPersister, String entityName, Object[] newState, Object[] oldState, SessionImplementor session)
-
Uses of AuditProcess in org.hibernate.envers.internal.synchronization
Methods in org.hibernate.envers.internal.synchronization that return AuditProcess Modifier and Type Method Description AuditProcess
AuditProcessManager. get(EventSource session)
-