Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1
Name and version of the database you are using:
HSQL db -7.1.2
Hi all,
I am using HSQLdb 7.1.2 version and I want to create cached tables in HSQL database. In my application I am using XDoclet for all mapping file creation and using hibernate.util.Schemaexport utility to create the database schema. So by default it creates in-memory tables in HSQL, how can I configure hibernate so that it creates cached tables in hsql?
Thanks in advance,
Mithun Kulkarni