Project:
View Revisions: Issue #40837 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0040837: improve javadoc of generated entities: db column for properties | ||
Revision | 2019-08-12 10:39 by AugustoMauch | ||
Description | JavaDoc generated for DAL entities classes can be improved. Now at class level it shows something like: Entity class for entity Order (stored in table C_Order) It would be useful to do something similar at property level, in the getter/setter methods |
||
Revision | 2019-08-12 10:06 by cberner | ||
Description | JavaDoc generated for DAL entities classes can be improved: * Include db column for properties * Include help for table and columns, note this would increase in-memory model, this information should only be used to generate code but not retained in final model. Also a proper escape would be needed to prevent invalid code. |
||
Revision | 2019-05-10 13:08 by cberner | ||
Description | JavaDoc generated for DAL entities classes can be improved: * Include db column for properties * Include help for table and columns, note this would increase in-momory model, this information should only be used to generate code but not retained in final model. Also a proper escape would be needed to prevent invalid code. |
Copyright © 2000 - 2009 MantisBT Group |