Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions docs/Drivers/Java/Reference/README.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,5 @@
# ArangoDB Java Driver - Reference

**Table of Contents**

* [Driver setup](#driver-setup)
* [Network protocol](#network-protocol)
* [SSL](#ssl)
* [Connection pooling](#connection-pooling)
* [Fallback hosts](#fallback-hosts)
* [Load Balancing](#load-balancing)
* [configure VelocyPack serialization](#configure-velocypack-serialization)
* [Java 8 types](#java-8-types)
* [Scala types](#scala-types)
* [Joda-Time](#joda-time)
* [custom serializer](#custom-serializer)
* [Manipulating databases](#manipulating-databases)
* [create database](#create-database)
* [drop database](#drop-database)
* [Manipulating collections](#manipulating-collections)
* [create collection](#create-collection)
* [drop collection](#drop-collection)
* [truncate collection](#truncate-collection)
* [Basic Document operations](#basic-document-operations)
* [insert document](#insert-document)
* [delete document](#delete-document)
* [update document](#update-document)
* [replace document](#replace-document)
* [read document as JavaBean](#read-document-as-javabean)
* [read document as VelocyPack](#read-document-as-velocypack)
* [read document as Json](#read-document-as-json)
* [read document by key](#read-document-by-key)
* [read document by id](#read-document-by-id)
* [Multi document operations](#multi-document-operations)
* [insert documents](#insert-documents)
* [delete documents](#delete-documents)
* [update documents](#update-documents)
* [replace documents](#replace-documents)
* [AQL](#aql)
* [executing an AQL statement](#executing-an-aql-statement)
* [Graphs](#graphs)
* [add graph](#add-graph)
* [delete graph](#delete-graph)
* [add vertex](#add-vertex)
* [add edge](#add-edge)
* [Foxx](#foxx)
* [call a service](#call-a-service)
* [User management](#user-management)
* [add user](#add-user)
* [delete user](#delete-user)
* [list users](#list-users)
* [grant user access](#grant-user-access)
* [revoke user access](#revoke-user-access)
* [Serialization](#serialization)
* [JavaBeans](#javabeans)
* [internal fields](#internal-fields)
* [serialized fieldnames](#serialized-fieldnames)
* [ignore fields](#ignore-fields)
* [custom serializer](#custom-serializer)
* [manually serialization](#manually-serialization)


# Driver setup

Setup with default configuration, this automatically loads a properties file arangodb.properties if exists in the classpath:
Expand Down