Why does HIbernate require no argument constructor?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-05-29T16:43:58Z Indexed on 2010/05/29 16:52 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

The no-argument constructor is a requirement (tools like Hibernate use reflection on this constructor to instantiate objects).

I got this hand-wavy answer but could somebody explain further? Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about database