key « Roo « Spring Q&A





1. foreign keys mapping for roo    forum.springsource.org

foreign keys mapping for roo Hi, I am using Roo for one of my projects... I have a table of children that looks like this ================ ID_PARENT | ID_KID | ================ ...

2. ROO + composite primary keys in data on demand    forum.springsource.org

Hi, with roo, i generated mvc application from database schema. when i try to click on "List all Adf Controllers" in the UI screen. it is displying error message "ERROR org.hibernate.util.JDBCExceptionReporter ...

3. Issue with Roo + primary key class    forum.springsource.org

Hi, I am using roo 1.1.2 version. I built a roo application from database schema. I am getting "ORA-00907: missing right parenthesis" exception for some of the tables UI. I found ...

4. how to declare a composite primary key in spring roo    forum.springsource.org

The "entity" command has an attribute called "--identifierType" for providing the data type for the JPA identifier field. If you specify a class, it will create a class annotated with @RooIdentifier ...