Can someone confirm me that if create two object, link one to another(1 to 1 association), when I commit either one of them it will auto commit the other one? If so, what is the best practice, to commit both to have a code more ‘readable’, or just one to improve performance? Thanks.
↧