Letractively / projects-management

Automatically exported from code.google.com/p/projects-management
0 stars 0 forks source link

Entity proxy implementation #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Entity proxy is to be implemented for EntityFactory. Proxy is to store state of 
the proxied entity (initialized or not). State "initialized" is set for proxied 
entity in case of calling any setter except setId(). If any getter is called, 
noninitialized proxied entity is to initialize itself using special DAO.

Original issue reported on code.google.com by yermoche...@gmail.com on 12 Apr 2015 at 8:26

GoogleCodeExporter commented 9 years ago

Original comment by yermoche...@gmail.com on 12 Apr 2015 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by yermoche...@gmail.com on 22 Apr 2015 at 3:42