-->
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: Attached objects
PostPosted: Wed Aug 31, 2005 6:22 pm 
Beginner
Beginner

Joined: Sat Nov 13, 2004 7:21 pm
Posts: 24
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 2.1

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:

Is there a way to find out if an object is attached to some other object? When I intend to delete an object that is attached to an other object I get an exception, but I need to find out this befor to initiate deletion. Also I'm not able to find out this thru HQL or Criteria because at runtime I don't know the class on which my object can be attached.

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 31, 2005 9:08 pm 
Expert
Expert

Joined: Mon Jul 04, 2005 5:19 pm
Posts: 720
Have you used a try{}catch{} w/ Transaction.rollback() ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 01, 2005 10:52 am 
Beginner
Beginner

Joined: Sat Nov 13, 2004 7:21 pm
Posts: 24
I prefer to find out before this because before delete I make some non hibernate actions that I cannot rollback them... a hibernate exception is a fatal error in my application


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.