lumis.portal.event.persistence
Class PostAddEvent

Package class diagram package PostAddEvent
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.PostAddEvent
All Implemented Interfaces:
IPortalEvent

@StableMinor(version="5.5",
             sinceVersion="4.2")
public class PostAddEvent
extends PersistenceEvent

Event raised after the add of an entity to 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

Constructor Summary
PostAddEvent(SessionConfig sessionConfig, Class<?> entityClass, Collection<?> entities, ITransaction transaction)
           
PostAddEvent(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

PostAddEvent

public PostAddEvent(SessionConfig sessionConfig,
                    Class<?> entityClass,
                    Object entity,
                    ITransaction transaction)

PostAddEvent

public PostAddEvent(SessionConfig sessionConfig,
                    Class<?> entityClass,
                    Collection<?> entities,
                    ITransaction transaction)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.