traits
Table of Contents
Namespaces
- aql
- documents
- edges
- joins
- queries
Traits
- AQLQueryTrait
- This trait defines all facet helpers in the Model class.
- ArangoTrait
- This class is the generic Model class.
- DoctorTrait
- The model-level structure health check — the `doctor` of a model.
- DocumentsArrayTrait
- Manage an **embedded array field** of an ArangoDB document — add, remove, move,
reorder, edit in place, test membership — server-side, atomically, in a single
AQL `UPDATE`.
- HydrationTrait
- Gives a model the choice of **how** a document it reads is turned into its
schema object — see {@see Hydration} for the two modes and what separates them.
- VerticesTrait
- Provides utilities for handling edge vertex references in ArangoDB edge queries.