Hi All,

I am writing multiple AQL statements in a single AQL Query using Spring 
ArangoRepository.
When I checked if any one of the statements fails , the entire Query is not 
rollbacked. Is this expected ?
spring arango framework doesn't implicitly add begin/commit/abort.?

Please help me to understand.

import com.arangodb.springframework.annotation.Query;
import com.arangodb.springframework.repository.ArangoRepository;
import org.springframework.data.repository.query.Param

public interface  MyRepository extends ArangoRepository {

    @Query( 
             << with coll1,coll2, .....>
              <<Insert documents>>
              <<expire edges>>
              <<create new edges>>
              ........
    StudentDoc addStudentNode(
            @Param("name") String name,
            @Param("surname") String surname)

Thanks
Eswar

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/arangodb/cf99efd8-f8d7-4ebe-a7cd-913a89ba9d51n%40googlegroups.com.

Reply via email to