I am considering a couple of projects for DAO interfaces. One has one method update(), and the other has separate methods create()and update().
Assuming something can be done according to the “insert otherwise”, what effect does the separate method have create()? Is there anything to do with concurrency there?
Thanks in advance for your help.
Cheers, Ross
source
share