Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dali » Is it possible to configure Dali
Is it possible to configure Dali [message #491525] Wed, 14 October 2009 21:45 Go to next message
Gilbert  is currently offline Gilbert Friend
Messages: 25
Registered: October 2009
Junior Member
Hi

I'm using Dali within Eclipse Galileo. When I try to create database tables from entities into a MySQL database, Dali creates them using the MyIsam engine. This seems an unusual default choice as the MyISAM engine does not support transactions or Foreign Keys. Is it possible to change the defaults to create the tables using the InnoDB engine.

Regards
Re: Is it possible to configure Dali [message #492493 is a reply to message #491525] Tue, 20 October 2009 15:32 Go to previous message
Karen Butzke is currently offline Karen ButzkeFriend
Messages: 220
Registered: July 2009
Senior Member
This would be a good question for your persistence provider as Dali does not actually do the table generation. We just create an EntityManagerFactory passing in property strings and then use that to create the EntityManager which creates the tables.

Thanks,
Karen
Previous Topic:How can Primary Key classes be automatically generated?
Next Topic:IllegalStateException thrown by Dali
Goto Forum:
  


Current Time: Tue Mar 19 02:50:28 GMT 2024

Powered by FUDForum. Page generated in 0.02988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top