Every framework should allow extension and that is what exactly ADF too provides us.
We can create Validation Method for each entity in EntityEOImpl.java.
Here we have created ValidateJobId method and we can write logic inside this method to verify bunch of business logic like if jobid is in some range then do bla bla bla.
No comments:
Post a Comment