thanks, that's certainly an issue, especially also to exclude the BIN$.* tables.
However I'm having the problem, that the plugin is including tables which are not in the include-list. Do I really have to exclude every single catalog/schema which I do not want to be included ?
What I need is very simple:
exclude="all"
include="only this table in that schema/catalog"
Is this currently possible? How do I specify it?
max wrote:
you need to limit the reverse engineering so it doesnt go into system tables.
either setup default schema/catalog in hibernate.cfg.xml and/or create a reveng.xml that excludes the parts that is not relevant.
/max