-->
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: Generate insert statements for backup
PostPosted: Fri Jun 02, 2006 4:16 pm 
Newbie

Joined: Fri Jun 02, 2006 4:01 pm
Posts: 1
Hello

is it possible to get the sql statement programmatically that hibernate would use to insert an entity instance into the database?

The reason is that I would like to generate a partial backup of my data in the form of sql statements.

I hope to find something like the following (where item and part are mapped entities)

Code:
stringBuilder.append( someHibernateClass.getInsertStatement(item));
for(Part part:item.getParts())
stringBuilder.append (someHibernateClass.getInsertStatement(part));



I searched the API but the only methods I found were
Code:
AbstractEntityPersister.generateInsertString(...)

and theese are protected and I do not understand how instance data is passed in.

Any help would be appreciated
Regards
Christoph


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.