Storage Engine « MySQL « JPA Q&A





1. How to use MySql Memory Storage Engine in Hibernate?    stackoverflow.com

Is there any way to tell Hibernate use MySql Memory Storage Engine?
Thanks.

2. Hibernate with Multiple Storage Engine in MySQL v5.0.81    coderanch.com

>>how to configure POJO would be implemented with Several MySQL Storage Engine.. Does the different storage engine make a difference? I always use INNODB, and have never specified that fact in my hiberante.cfg.xml file. All I do is specify the JDBC URL and the Dialect of MySQL, and everything works fine. It's all going to one, single database, right? One database ...

3. Hibernate +mysql but which storage engine ??    forum.hibernate.org