Hi,
HSQL supports so called "Cached tables" 
(http://hsqldb.sourceforge.net/web/hsqlModes.html). I'm wondering if it is somehow 
possible to tell Hibernate (1.x )that some tables are cached whereas others are not. 
The only difference is that cached tables are created with "CREATE CACHED" instead of 
just "CREATE". Of course I could just create the tables by handcoding the sql 
statements, but maintaing this would be rather cumbersome. 

Regards,
Markus




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to