| Issue 15: | Add support for SELECT new POJO() construct | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Everything is in the title... Pros for some kind of trick with the actual new POJO() invcation : - type safety - feels natural Cons : - side effects of constructor - how to detect which constructor was actually called ?
Oct 24, 2008
Project Member
#1
eric.bot...@gmail.com
Labels:
Milestone-Release1.1-Nextversion
Oct 24, 2008
(No comment was entered for this change.)
Labels:
-Milestone-Release1.1-Nextversion Milestone-Release1.1
Aug 2, 2009
(No comment was entered for this change.)
Labels:
Milestone-Release2.0
Oct 29, 2010
See where objenesis may fit in: http://objenesis.googlecode.com/ May address some of the cons... |