-->
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: Use Custom User Type in Id tag
PostPosted: Thu Feb 24, 2005 1:53 pm 
Newbie

Joined: Mon Oct 18, 2004 11:35 am
Posts: 3
Hi,
I'am using Hibernate 2.1.8 and working good, but now I have tried to use Custom User Type in ID tag:

<class
name="XXX.persist.PruSolicitudeDTO"
table="PRU_SOLICITUDES"
>
<id
name="solPk"
type="XXX.persist.customtypes.rpsvar.RpsLongUserType"
column="SOL_PK"
>
...>

Now I have problems if I try to load an object that contains a relation with that class. Sometimes it is not able to load the object, other times it enters to an endless curl.

Is It possible to use custom user types in ID of a class?

Sorry by my poor English. Thanks in advance.

Jordi


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.