Interface IEntityModifiedEventFactory<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>

  • Type Parameters:
    E - Type of the entity.
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IEntityModifiedEventFactory<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>
    Interface for creating an IEntityModifiedEvent for a given modified entity.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH