Class BudgetTransactionTrigger

java.lang.Object
com.skava.accounts.model.entity.BudgetTransactionTrigger
All Implemented Interfaces:
org.h2.api.Trigger

public class BudgetTransactionTrigger extends Object implements org.h2.api.Trigger
The utility class BudgetTransactionTrigger used for h2DB trigger to update usedBudget on budgetTransaction insert.
Author:
Infosys Equinox
  • Constructor Details

    • BudgetTransactionTrigger

      public BudgetTransactionTrigger()
  • Method Details