Interface IRemoveValidator

  • All Superinterfaces:
    IValidator, java.io.Serializable

    public interface IRemoveValidator
    extends IValidator
    Validates entity (or aggregate too) before removing.

    If the validation fails the entity not will be removed.

    Author:
    Javier Paniza
    • Method Detail

      • setEntity

        void setEntity​(java.lang.Object entity)
                throws java.lang.Exception
        Throws:
        java.lang.Exception