Skip to content

Fixed issue #17

Compare
Choose a tag to compare
@a-brandt a-brandt released this 23 May 14:00
· 1986 commits to main since this release
  • fixed issue #17
    • Changed TransactionEntity.ReadWriteCollections to a static class
  • updated driver.getTraversal(...);
    • removed VisitedEntity (Traversal)
    • added TraversalQueryOptions to avoid too many parameters
  • added an examples for Transaction API
    (see src/test/java/com/arangodb/example/TransactionExample.java)