Just a quick update,

Found this in option for using Hibernate with/ MySQL Cluster

http://dev.mysql.com/tech-resources/articles/mysql-enforcing-foreign-keys.ht
ml

Essentially, you use triggers to manage your constraints... Problem is you
will need to write a set of triggers for each table which can get cumbersome
to manage ...
/A


On 2/24/07 7:40 PM, "Matt Raible" <[EMAIL PROTECTED]> wrote:

> If it's true that MySQL Cluster doesn't support foreign key
> constraints - I would find another database.  That's a pretty basic
> feature of relational databases.
> 
> Matt
> 
> On 2/24/07, Amin Lalji <[EMAIL PROTECTED]> wrote:
>> 
>>  Hey All,
>> 
>>  Has anybody had any success with using Appfuse + Hibernate with a MySQL
>> Cluster?
>>  From what I can tell, MySQL Cluster (5.1.15) does not support foreign key
>> constraints which hibernate depends on to manage relationships between
>> objects...
>>  One option might be to dump the cluster in favour of multiple master
>> replication ...
>> 
>>  Ideas?
>> 
>>  Amin
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to