A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Languages
»
Groovy
Author
Grails - Exisiting Oracle Table
Bill Lee
Greenhorn
Joined: Feb 02, 2007
Posts: 20
posted
Jun 19, 2009 12:38:26
0
Grails is very straightforward in creating NEW tables, but I am having trouble mapping to an EXISTING table. One of the problems being that it appends id and version to each table. Maybe I need to add some entries for static mapping??? Thanks.
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5532
I like...
posted
Jun 19, 2009 17:29:00
0
You can declare a custom identify for your tables, see the docs at
Custom%20Database%20Identity
Then Grails will not attempt to create an id field.
Also you can turn off optimistic locking, which prevents the version field form being created:
http://grails.org/doc/1.1.x/ref/Database%20Mapping/version.html
These questions made me ask if you have read the Grails docs, and/or if you have purchased a Grails book - there are several good ones on the market.
JBoss In Action
I agree. Here's the link:
http://aspose.com/file-tools
subject: Grails - Exisiting Oracle Table
Similar Threads
Web services and Grails
Retrieve values from a bean in JSP
GRAILS, GORM custom mapping subclass in existing database.
Grails
How to map a tagged item?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter