How can we implement concurrency control in a project at high level rather than using
IConcurrencyPredicateFactory for each save.
is there any way by which we can implement the concurrency control as a whole on tables.
i have to implemenet concurrency control on whole of my project.
the only way i know is use IConcurrencyPredicateFactory and do it at each save call.
please suggest efficient ways of doing this.
I want more suggestions which will help me in implementoing the efficient way of concurrency control .
Thx for all the help.