You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by tomk <rr...@gmail.com> on 2016/04/16 18:51:01 UTC

Whad does do this executeTransaction

Hello,
look at:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java

What does mean executeTransaction ? Why did you use it? When it should be
used? 






--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Whad-does-do-this-executeTransaction-tp4253.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Whad does do this executeTransaction

Posted by Vladimir Ozerov <vo...@gridgain.com>.
Hi,

This is just an example on how to start and commit distributed transactions
in Ignite. Please refer to documentation for more info:
https://apacheignite.readme.io/docs/transactions

Vladimir.

On Sat, Apr 16, 2016 at 7:51 PM, tomk <rr...@gmail.com> wrote:

> Hello,
> look at:
>
> https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java
>
> What does mean executeTransaction ? Why did you use it? When it should be
> used?
>
>
>
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Whad-does-do-this-executeTransaction-tp4253.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>