Hello guys;
I am writting a jspresso based application that will be connecting to an existing database. I noted that jspresso generated annotated entity beans. I want it to generate the beans with correct values for table names and column names, is there a way of providing this information in the descriptor or i have to generate the beans and then change the annotations.(and then after cleanup i have to do it again)
in short what property do i change in my entity description to get the bean annotated with the correct values for table names and column names.
regards.
Josh
