lumis.portal.event.persistence
Class PreAddEvent
java.lang.Object
lumis.portal.event.AbstractPortalEvent
lumis.portal.event.AbstractTransactionalPortalEvent
lumis.portal.event.persistence.PersistenceEvent
lumis.portal.event.persistence.PreAddEvent
- All Implemented Interfaces:
- IPortalEvent
public class PreAddEvent
- extends PersistenceEvent
Event raised before the add of an entity to persistence.
- Since:
- 4.1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreAddEvent
public PreAddEvent(SessionConfig sessionConfig,
Class<?> entityClass,
Object entity,
ITransaction transaction)
PreAddEvent
public PreAddEvent(SessionConfig sessionConfig,
Class<?> entityClass,
Collection<?> entities,
ITransaction transaction)
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.