lumis.portal.event.persistence
Class PostDeleteEvent
java.lang.Object
lumis.portal.event.AbstractPortalEvent
lumis.portal.event.AbstractTransactionalPortalEvent
lumis.portal.event.persistence.PersistenceEvent
lumis.portal.event.persistence.PostDeleteEvent
- All Implemented Interfaces:
- IPortalEvent
@StableMinor(version="5.5",
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostDeleteEvent
public PostDeleteEvent(SessionConfig sessionConfig,
Class<?> entityClass,
Object entity,
ITransaction transaction)
PostDeleteEvent
public PostDeleteEvent(SessionConfig sessionConfig,
Class<?> entityClass,
Collection<?> entities,
ITransaction transaction)
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.