-->
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: Getting error in delete
PostPosted: Sat Oct 30, 2010 3:30 am 
Newbie

Joined: Sat Oct 30, 2010 3:14 am
Posts: 1
Hi,
When i am trying to delete a table using Object, i am getting error if it is reffering some other table. My requirement is if a object is refering some other table then it should not delete ...

For Example:
//Here BeanClass is a bean class which is mapped to a table
BeanClass Obj=null;
//Here pk id primary key of BeanClass mapped table
//Sess is org.hibernate.Session object
Obj= (BeanClass) Sess.load(BeanClass.class, pk);
Sess.delete(Obj);

If pk is refering some other table we will get error.
How to find whether pk is refering some other table in hiberbnate.

Thanks & Regards,
Sandeep


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.