this is in response to the issue raised by juliano above. I think the
most useful thing to to is add the excludeProperty in the genericdao class.
One good change to make though is to make the argument option. e.g.
instead of String[] exludedProperty use String... exludeProperty. That
way, the user does not have to specify an empty string array if they
don't want to exclude anything. |