|
Hi
Two very small things that would make big
difference for me.
1. The doc for PkTagsHandler.pkfieldList
says:
" Returns a string containing comma-specarated list
of primary key fields without their types."
But it does return the types indeed.
Would it be possible to add the parameter to
pkfieldList to indicate that field types should be not included?
It does not seem too much change in the
PersistentTagsHandler code. (But it
is problem for me since I do not know how to write my own handler
yet).
2. The logic deciding that the key should not
be generated for java.lang.* types, is not available in the
template (it is somewhere in the subtask I believe). As result within the template I can not easily find out if
my EJB was generated or is one of the fields. Tag isPkClassGenerateable
will not take into account if the key was java.lang.*. I do not know if this tag
could be updated?
Thanks,
Michael
|
