1. Spring Roo, Hibernate generates unnecessary foreign key for the primary key column stackoverflow.comI'm new to spring mvc, roo and hibernate. I'm using Oracle XE 10g database. I've created new entity using Roo.
Generated ... |
2. How to change the way tables/columns are named by Hibernate/Spring Roo? stackoverflow.comMy tables are getting generated along side classes by using Spring Roo. However there is a convention that it is using to generate the table names etc. Is there a way to ... |
3. |
4. how to create Link for column in list.jspx? stackoverflow.comI want to create a link for a column in list.jspx. my column.tagx has
|
5. Spring ROO DBRE dosn't generate Object attributes / columns forum.springsource.orgPlease raise a Jira issue and I will look at it. Attach the DDL of your database if possible. I can handle Postgres, MySQL, Oracle, etc but not DB2 at the ... |
6. How to make Column Sortable in roo forum.springsource.orgHi, There is no facility provided in roo to make column sortable. In grails there is one attribute in column to make the field/column sortable Any idea how to do this. ... |
7. roo generates Column(name = "id")for a enity that maps to a table that has no id col forum.springsource.orgroo generates Column(name = "id")for a enity that maps to a table that has no id col I have a enity, that maps to a table that has no Column name ... |
8. Roo doesn't add @column for enum type field forum.springsource.orgenum type --class ~.domain.reference.Status enum constant --name InProcess enum constant --name UnderReview enum constant --name Approved enum constant --name Unknown field enum --fieldName status --type ~.domain.reference.Status --notNull --column CODE_GROUP_STA_CD |
9. The new roo... how to set column width in generated views? forum.springsource.orgThe new roo... how to set column width in generated views? In the old roo view, it was obvious (even to me, a non-jsp person) to find and change the column ... |