Class PostDeleteEvent

  • All Implemented Interfaces:
    IPortalEvent

    @StableMinor(version="14.0",
                 sinceVersion="4.2")
    public class PostDeleteEvent
    extends PersistenceEvent
    Event raised after the delete of an entity from persistence.

    Note: A persistence event may have been generated during a JPA entity lifecycle callback. In such situations, JPA limitations (such as the application should not access EntityManager, other entities, or change relations) apply.

    Since:
    4.1.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $