-->
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.  [ 2 posts ] 
Author Message
 Post subject: mapping documents - From ODMG to Hibernate
PostPosted: Thu Mar 11, 2004 12:49 pm 
Newbie

Joined: Thu Mar 11, 2004 12:33 am
Posts: 1
Hello,
I have to convert an ODMG mapping to Hibernate mapping. With ODMG you configure the connection information in the repository.xml file, and the mapping XML for classes in repository_user.xml.

What is equivalent file for repository.xml file in hibernate?


I have to configure the follow connection information, but I didn't see nothing similar in hibernate.cfg.xml file

TIA


<?xml version="1.0" encoding="UTF-8"?>

<!-- defining entities for include-files -->
<!DOCTYPE MappingRepository SYSTEM "repository.dtd" [
<!ENTITY user SYSTEM "repository_user.xml">
<!ENTITY junit SYSTEM "repository_junit.xml">
<!ENTITY internal SYSTEM "repository_internal.xml">
]>


<MappingRepository>
<JdbcConnectionDescriptor id="default">
<dbms.name>MySQL</dbms.name>
<jdbc.level>1.0</jdbc.level>
<driver.name>org.gjt.mm.mysql.Driver</driver.name>
<url.protocol>jdbc</url.protocol>
<url.subprotocol>mysql:OJB</url.subprotocol>
<url.dbalias>//127.0.0.1:3306/storefront</url.dbalias>
<user.name>root</user.name>
<user.passwd>admin</user.passwd>
</JdbcConnectionDescriptor>

<!-- include user defined mappings here -->
&user;

<!-- include ojb internal mappings here -->
&internal;

</MappingRepository>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 11, 2004 10:03 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
See the documentation for all of the configuration options. The closest is the XML configuration file. See URL http://www.hibernate.org/hib_docs/reference/html/session-configuration.html#session-configuration-s6


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.