lumis.portal.event.persistence
Class PostLoadEvent

Package class diagram package PostLoadEvent
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.event.AbstractTransactionalPortalEvent
          extended by lumis.portal.event.persistence.PersistenceEvent
              extended by 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

Constructor Summary
PostLoadEvent(SessionConfig sessionConfig, Class<?> entityClass, Collection<?> entities, ITransaction transaction)
           
PostLoadEvent(SessionConfig sessionConfig, Class<?> entityClass, Object entity, ITransaction transaction)
           
 
Method Summary
 
Methods inherited from class lumis.portal.event.persistence.PersistenceEvent
getEntities, isBefore
 
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
 
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
 

Constructor Detail

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.