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