about if cayenne implemented these two mechanisms (transactions and locking)
> or
> just called the proper methods from the DB.
>
> Thanx a lot
>
> Bruno
>
> -Mensagem original-
> De: Michael Gentry [mailto:mgen...@masslight.net]
> Enviada: quinta-feira,
Oh and yes I'm using INNODB :)
Thanx again
Bruno
-Mensagem original-
De: Michael Gentry [mailto:mgen...@masslight.net]
Enviada: quinta-feira, 28 de Outubro de 2010 15:16
Para: user@cayenne.apache.org
Assunto: Re: Cayenne Transactions vs MySQL Transactions
1) Cayenne does a
ms (transactions and locking) or
just called the proper methods from the DB.
Thanx a lot
Bruno
-Mensagem original-
De: Michael Gentry [mailto:mgen...@masslight.net]
Enviada: quinta-feira, 28 de Outubro de 2010 15:16
Para: user@cayenne.apache.org
Assunto: Re: Cayenne Transactions vs MySQL Tran
1) Cayenne does a begin transaction and end transaction when it
commits (assuming you aren't using container-managed transactions, in
which Cayenne is deferring that operation to the container). Are you
at least using InnoDB with MySQL? MySQL hasn't had the best track
record for handling transact
Hello all,
First, sorry about so many doubts in so little time, but Im trying to decide
how to do some things on my application concerning cayenne. So adding to my
previous doubts, here goes some more doubts:
1. Do cayenne transactions guarantee consistency as MySQL transactions
guar