-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Reverse Engineer regular table filter regular expression
PostPosted: Tue Aug 24, 2010 11:24 am 
Newbie

Joined: Tue Jan 13, 2009 4:42 pm
Posts: 1
After realizing reverse engineering table-filter does not support full regular expression, I modified my reveng.xml:
My reverse engineering xml should get tables starting with name (AA_) (BB_) but excluding tables ends with (_ID), as such:
<table-filter
match-name="AA_.*" exclude="false" >
<table-filter
match-name="BB_.*" exclude="false" >
<table-filter
match-name="*_ID" exclude="true" >

Why do I keep getting duplicate table error?
How many threads does it spawn?

Side note, I have a customized naming strategy java file while reverse engineering, it reformats the classes names; I wonder if the CustomNamingStrategy class gets called first, before reveng.xml was referenced, or not?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.