Hibernate Team |
|
Joined: Tue Aug 26, 2003 7:19 pm Posts: 2364 Location: Brisbane, Australia
|
Have you done this without hibernate before?
Assuming you have used a JDBC driver to do some form of processing then you can get the connection from the session object. Otherwise I cannot think of a use case for this. Where I have SQL to execute then it usualy processed it manually or by Ant. I suppose you could fork a process and run the database's console program to process it but this has nothing to do with hibernate (and it gets really messy).
|
|