Interface LogicActions


  • public interface LogicActions
    Interface for actions to be performed during business logic execution.
    • Method Detail

      • beforeCreate

        default <C extends AnyCR> C beforeCreate​(C input)
      • beforeUpdate

        default <U extends AnyUR> U beforeUpdate​(U input)
      • beforeDelete

        default <A extends AnyTO> A beforeDelete​(A input)