This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
explicity specifying name for hsqldb schema within hibernate
Stuart Rogers
Ranch Hand
Joined: Oct 02, 2008
Posts: 122
posted
0
It seems the default name for a schema in hsqldb is "PUBLIC" . This I discern looking in smdv.script
which in turn gets created due to what's in smdv.cfg.xml
and ties with StudentOfDistrict class
Question: what and where do I put a blurb to explictly name the hsqldb schema to be "SMDV" instead of the default "PUBLIC" ?
This would also be needed when you need to have more than one schema in hsqldb ( similar to having more than one database in, say, MySQL)