On 19 Nov (10:02), Vivian Fonger wrote:

> Can someone give me some good suggestions on how to perform an efficient
> insert-select through using hibernate?? I don't want to use straight SQL
> because my application will support multiple database and I don't want
> to create individual SQL for each platform plus the insert-select
> statement changes according to user request. What is the best way to do
> an efficient insert-select by using Hibernate to simulate something like
> the following SQL statement without using static SQL: 

You need an SQL abstraction layer and propably not a full
object/relational mapping tool. 

-- 
Christian Bauer
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to