-->
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: re-building an sql from an abstract format
PostPosted: Thu Mar 17, 2005 10:20 am 
Newbie

Joined: Thu Mar 17, 2005 10:15 am
Posts: 1
Hi ppl:

i have a mysql server fronted by a java application. I intend to have remote java clients who can directly communicate with the java app to indirectly interract with the mysql server, say they should be able to execute queries/updates using the java app's APIs.

however, it would be good if the clients can get away with just sending the sql in an abstract format, which is re-built by the java app on the server side. (basically, i don't want to transmit the entire sql over the wire, but would rather send it in an abstract format).

does hibernate already provide support for such stuff.

thanks a ton in advance for ur time.

Regards,
AB


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 17, 2005 10:28 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
hibernate is a ORM, not a raw interaction api for a database.

but it might be that you are simply asking for stuff like the Criteria API which is in "abstract" form.

one could also argue HQL is an abstract form....go read the docs much easier ,)

_________________
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.