[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3607) Use schema for model generation, but don't include in @Table
Valerie Griffin (JIRA)
jira-events at lists.jboss.org
Tue Oct 21 16:48:30 EDT 2008
Use schema for model generation, but don't include in @Table
------------------------------------------------------------
Key: JBSEAM-3607
URL: https://jira.jboss.org/jira/browse/JBSEAM-3607
Project: Seam
Issue Type: Feature Request
Components: Tools
Affects Versions: 2.1.0.CR1
Environment: Database with schemas, DB2 in particular
Reporter: Valerie Griffin
I'm building code using "my" development database. I need to tell Hibernate that the schema is "VALERIE" so it will ionly generate code for tables in that schema, but that's not going to be the test or release schema. Therefore, I don't want the schema to be part of the @Table lines. Perhaps there could be a question like "Is this the default schema for the connection?" where a "Yes" answer would not include the schema in the @Table lines while a "No" answer would include it.
Catalog probably could use a similar feature.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list