-->
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: <mapping> tag in cfg Equivalent to what in properties
PostPosted: Fri Feb 11, 2005 7:38 pm 
Newbie

Joined: Fri Feb 11, 2005 6:12 pm
Posts: 6
Hi

Can anyone let me know how do you represent the below tags in hibernate.properties file?

<mapping resource="com/arch/db/hbm/City.hbm.xml"/>
<mapping resource="com/arch/db/hbm/Country.hbm.xml"/>

Note: These two sample lines are from hibernate.cfg.xml

Thanks
Saravanan


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 14, 2005 7:58 am 
Newbie

Joined: Mon Feb 14, 2005 12:14 am
Posts: 14
Location: Boston, USA
You just need to have those mapping resource files in the mentioned directory with the same name.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 14, 2005 8:02 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
There is no equivalent in hibernate.properties - you can use configuration.addClass() and the similar methods.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 14, 2005 12:30 pm 
Newbie

Joined: Fri Feb 11, 2005 6:12 pm
Posts: 6
michael wrote:
There is no equivalent in hibernate.properties - you can use configuration.addClass() and the similar methods.


Thanks, i thought so... I changed the hibernate.properties to hibernate.cfg.xml to solve this. Also the later has more help in the net.


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.