| Issue 21: | Add support of annotation to map bean to table | |
| 1 person starred this issue and may be notified of changes. | Back to list |
create a particulare annotation (e.g. @TableColumn) that allow to describe
how to map a bean's property to a table's column avoiding to use beanInfo
e.g.
@TableColumn( displayName="the Name", index=1, editable=true )
public String getName() {
}
Jul 29, 2009
Project Member
#1
bartolom...@gmail.com
Status:
WontFix
|