Joined: Tue Dec 18, 2007 11:47 am Posts: 2
|
Hi, I have a project of an application that should deliver hosting like services for its client web applications.
Each web application will run on the java ee application server and have a separate database connection.
The main application will have some registered jdbc connections.
If a new user would like to register the application should use the stored connections to create a new database for that user. How can I achieve this using hibernate. Is there any interface that allows creating new databases without using database native sql language.
Thank you for your answer and sorry for my English :-)
|
|