Class PreAddEvent

  • All Implemented Interfaces:
    IPortalEvent

    @StableMinor(version="17.0",
                 sinceVersion="4.2")
    public class PreAddEvent
    extends PersistenceEvent
    Event raised before 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
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Constructor Detail

      • PreAddEvent

        public PreAddEvent​(SessionConfig sessionConfig,
                           java.lang.Class<?> entityClass,
                           java.lang.Object entity,
                           ITransaction transaction)
      • PreAddEvent

        public PreAddEvent​(SessionConfig sessionConfig,
                           java.lang.Class<?> entityClass,
                           java.util.Collection<?> entities,
                           ITransaction transaction)