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
|