-->
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.  [ 2 posts ] 
Author Message
 Post subject: is it possible to enrich every generated sql with audit info
PostPosted: Fri Oct 20, 2006 6:23 am 
Newbie

Joined: Fri Oct 20, 2006 5:47 am
Posts: 3
Location: Europe
Hibernate version:3.2

Is there any elegant solution to enrich every sql generated by hibernate with comment where audit log information will be provided, f.e. userName.

example:
Code:
/*  userName=ADMIN */
select ........


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 20, 2006 6:59 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
don't know if it is elegant, but it is atleast a solution:

Interceptor.onPrepareStatement(String s) {
return "/* userName=ADMIN */ " + s;
}

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.