[jboss-user] [JBoss Seam] - Re: AUto generated id fileds

2007-03-31 Thread sjmenden
Ran into the same problem, make sure in your Atom.java Entity the id field is annotated with a @Generated, reveng won't put it there by default, it will only put the @Id View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033497#4033497 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: AUto generated id fileds

2007-03-31 Thread [EMAIL PROTECTED]
btw. anyone that can tell me how to detect autogenerated keys on the database they use via propritary sql or standard jdbc metadata is very welcome to tell me ;) Only requirement is that it is accessible through a jdbc connection. (note: I've found INFORMATION_SCHEMA on mysql5; but pre 5 it see