Re: [Hibernate] Composite Id one-to-one relationship

2003-12-02 Thread Prasad Iyer
Please remove constraint=true from parent table. - Original Message - From: "Neema, Devesh (MED, Contractor)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 9:39 AM Subject: [Hibernate] Composite Id one-to-one relationship Hi Hibernate Users, I have a tabl

Re: [Hibernate] Help, I implemented Criteria.count() and no one cares!!

2003-12-02 Thread Gavin King
Really, I know its frustrating, but I feel instinctively that its a mistake to try to half-solve this particular problem before we are ready to really sit down and think about the it properly. Its like Example queries: people asked for this feature many times and if we would have given it to th

[Hibernate] velocity based renderer in cvs

2003-12-02 Thread Max Rydahl Andersen
http://forum.hibernate.org/viewtopic.php?t=926019&start=0&postdays=0&postorder=asc&highlight= /max --- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey a

[Hibernate] Retrieving Object Problem

2003-12-02 Thread Neema, Devesh (MED, Contractor)
Hi, Registries.hbm.xml mapping file work fine will inserting and updating the record , but gives problem will retrieving Objects. Explanation : - It gives me trouble at two point while loading TCx1PtsiteT

Re: [Hibernate] Retrieving Object Problem

2003-12-02 Thread Dmitri Colebatch
I'm probably not the person to give you good advice based on the mapping file alone, but my approach is to turn up hibernate debugging (in log4j config) and have a look at what is bound when and where the excetpion is caused. hth dim - Original Message - From: "Neema, Devesh (MED, Contra

Re: [Hibernate] Retrieving Object Problem

2003-12-02 Thread Gavin King
Please stop posting the same questions to the dev list as you post to the user forum! This is not the right place for these kinds of questions anyway. TIA Neema, Devesh (MED, Contractor) wrote: Hi, Registries.hbm.xml mapping file work fine will inserting and u