Is it better to store a PersonDTO inside my instance variables, or just to store personDto.personId?
Is it a good practice to store DTO's so that I can seize the BPM storage capabilities, without having to store them to my domain tables?
Or is it a good practice to keep my database up to date after every single activity?
Thanks in advance!