Class PreLoadEvent

  • All Implemented Interfaces:
    IPortalEvent

    @StableMinor(version="17.0",
                 sinceVersion="4.2")
    public class PreLoadEvent
    extends PersistenceEvent
    Event raised before the loading of an entity from 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

      • PreLoadEvent

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

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