Hi All,Is there an equivalent feature / a way to specify to ignore certain tables based on a pattern in their name?
Hibernate has a "table-filter" : http://docs.jboss.org/tools/4.1.0.Final/en/hibernatetools/html_single/#d0e5508
My use case is ignoring the tables in Oracle that start with "BIN$" which are tables belonging to the recycle bin.
Thanks, Aron