Interface EntityCreationListener

All Known Implementing Classes:
BusinessUnitEntityCreationListener, SecurityEntityCreationListener, SystemEntityListener

public interface EntityCreationListener
Listener for entity creation events. This listener is meant for framework code and is called before all EntityFacadeListener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an new entity instance is created by the factory.
    void
    entityLoaded(Object entity, boolean isProxyInitialization)
    Called when an entity instance is created for a row loaded from the database.
  • Method Details

    • entityCreated

      void entityCreated(Object entity)
      Called when an new entity instance is created by the factory.
    • entityLoaded

      void entityLoaded(Object entity, boolean isProxyInitialization)
      Called when an entity instance is created for a row loaded from the database.