class abc{ Integer id String name } class xyz { Integer id Integer project_id String name }
When I save the object of the abc object, successfully save with some id (say 12), now when I save the object xyz, its index increases to (abc.id + 1).
source share