-->
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.  [ 3 posts ] 
Author Message
 Post subject: Guid at the Property mapping
PostPosted: Mon Feb 13, 2006 4:12 am 
Newbie

Joined: Wed Feb 08, 2006 4:10 am
Posts: 16
if i have 'ID' as Primary Key(data type=int32) at Database and 'UID' with data Type=GUID, and the mapping file is as below:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.0">
<class name="nhRegistration.Department, nhRegistration" table="Department">
<id name="id" column="ID" type="Int32">
<generator class="identity"></generator>
</id>
<property name="UID" column="UID" type="GUID" />
</class>
</hibernate-mapping>
Can my property declare as this,because i want to UID to auto generate it new GUID?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 13, 2006 4:18 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Yes, you can, but you will have to generate the GUID yourself, using Guid.NewGuid().


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 13, 2006 4:25 am 
Newbie

Joined: Wed Feb 08, 2006 4:10 am
Posts: 16
thank you....


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