-->
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.  [ 4 posts ] 
Author Message
 Post subject: exclude="true"
PostPosted: Sat Jan 14, 2006 3:52 pm 
Regular
Regular

Joined: Thu Sep 23, 2004 11:53 am
Posts: 83
I have some columns with exclude="true" in the reveng document. When I view the mapping hbm.xml file the columns are there ... any ideas?

example of what the reveng file looks like.. for a table

<column name="ABANDONMENT_DATE" exclude="true" />
<column name="ACTIVE_IND" exclude="true" />

these columns still appear in the ampping.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 14, 2006 4:49 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
how does the sourrounding <table> look like ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 14, 2006 5:56 pm 
Regular
Regular

Joined: Thu Sep 23, 2004 11:53 am
Posts: 83
<table name="WELL">
<column name="ABANDONMENT_DATE" exclude="true" />
<column name="ACTIVE_IND" exclude="true" />
<column name="BOTTOM_HOLE_LATITUDE" exclude="true" />
<column name="BOTTOM_HOLE_LONGITUDE" jdbc-type=''
exclude="true" />
<column name="CONFIDENTIAL_DATE" exclude="true" />
<column name="CONFIDENTIAL_DEPTH" exclude="true" />
<column name="CONFIDENTIAL_DEPTH_OUOM" jdbc-type=''
exclude="true" />
<column name="CURRENT_STATUS_DATE" exclude="true" />
<column name="DEEPEST_DEPTH" exclude="true" />
<column name="DEEPEST_DEPTH_OUOM" exclude="true" />
<column name="DIFFERENCE_LAT_MSL" exclude="true" />
<column name="EXPIRY_DATE" exclude="true" />
<column name="OLDEST_STRAT_AGE" exclude="true" />
<column name="OLDEST_STRAT_NAME_SET_AGE" jdbc-type=''
exclude="true" />
<column name="OLDEST_STRAT_NAME_SET_ID" jdbc-type=''
exclude="true" />
<column name="OLDEST_STRAT_UNIT_ID" exclude="true" />
<column name="PARENT_RELATIONSHIP_TYPE" jdbc-type=''
exclude="true" />
<column name="PARENT_UWI" exclude="true" />
<column name="PPDM_GUID" exclude="true" />
<column name="SOURCE_DOCUMENT" exclude="true" />
<column name="SURFACE_LATITUDE" exclude="true" />
<column name="SURFACE_LONGITUDE" exclude="true" />
<column name="TAX_CREDIT_CODE" exclude="true" />
<column name="WATER_ACOUSTIC_VEL" exclude="true" />
<column name="WATER_ACOUSTIC_VEL_OUOM" jdbc-type=''
exclude="true" />
<column name="WELL_EVENT_NUM" exclude="true" />
<column name="WELL_GOVERNMENT_ID" exclude="true" />
<column name="WELL_INTERSECT_MD" exclude="true" />
<column name="WELL_NUMERIC_ID" exclude="true" />
</table>


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 17, 2006 4:18 pm 
Regular
Regular

Joined: Thu Sep 23, 2004 11:53 am
Posts: 83
I tried <table schema=".*" name="WELL"> ... but hibernate tools still does not exlcude the columns.


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

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.