[jboss-user] [JBoss Eclipse IDE (users)] - Re: Is reveng entity annotations configurable?

max.andersen@jboss.com do-not-reply at jboss.com
Tue Aug 29 09:32:13 EDT 2006


there is no difference wether it is for hbm.xml or entity they use the same underlying model.

you can avoid catalog/schema by setting default_schema and default_catalog in hibernate.cfg.xml to the schema you are actually reverse engineering ...then all reference to that schema/catalog will be "defaulted" (e.g. set to null) and thus not appear in any mappings, come it hbm.xml or ejb3 annotations.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968070#3968070

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968070



More information about the jboss-user mailing list