User development, A new message was posted in the thread "How to reverse engineer tables from multiple schemas?":
http://community.jboss.org/message/518865#518865 Author : Wouter Hartog Profile : http://community.jboss.org/people/wouterhartog Message: -------------------------------------------------------------- One correction to my post above: the java class is annotated with the right table name AND catalog name. E.g. @Table(name = "user", catalog = "maintenance") So that's good, if I would have tables from multiple schemas, there should be no confusion where the class is mapped to. Question remains how I can reverse engineer from multiple schemas / catalogs from MySQL. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/518865#518865
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
