RaegX wrote:
1) Where this attribute is being fulled from (i.e. which cfg file)?
It is coming from your database when asking it for the catalog and schema for your table.
Quote:
2) How can I turn it off or make this attribute an empty string?
Se default_catalog and default_schema to what you want hibernate tools to consider default (and hence not fill it in for tables that has that value)
Quote:
3) If I am using a schema match filter of * (all) is there a setting that will propagate to all tables in the schema?
see answer to #2