Class and Description |
---|
Relations.Direction |
Class and Description |
---|
From
Annotation to indicate that the annotated field is stored as a document in
another collection using ArangoDB's graph model instead of a nested document.
|
Ref
Annotation to indicate that the annotated field is stored as a document in
another collection instead of a nested document.
|
Relations |
To
Annotation to indicate that the annotated field is stored as a document in
another collection using ArangoDB's graph model instead of a nested document.
|
Class and Description |
---|
From
Annotation to indicate that the annotated field is stored as a document in
another collection using ArangoDB's graph model instead of a nested document.
|
FulltextIndex
Annotation to define a given field to be indexed using ArangoDB's Fulltext
index.
|
FulltextIndexed
Annotation to mark a field to be indexed using ArangoDB's Fulltext index.
|
GeoIndex
Annotation to define given fields to be indexed using ArangoDB's Geo index.
|
GeoIndexed
Annotation to mark a field to be indexed using ArangoDB's Geo index.
|
HashIndex
Annotation to define given fields to be indexed using ArangoDB's Hash index.
|
HashIndexed
Annotation to mark a field to be indexed using ArangoDB's Hash index.
|
PersistentIndex
Annotation to define given fields to be indexed using ArangoDB's Persistent
index.
|
PersistentIndexed
Annotation to mark a field to be indexed using ArangoDB's Persistent index.
|
Ref
Annotation to indicate that the annotated field is stored as a document in
another collection instead of a nested document.
|
Relations |
SkiplistIndex
Annotation to define given fields to be indexed using ArangoDB's Skiplist
index.
|
SkiplistIndexed
Annotation to mark a field to be indexed using ArangoDB's Skiplist index.
|
To
Annotation to indicate that the annotated field is stored as a document in
another collection using ArangoDB's graph model instead of a nested document.
|
Class and Description |
---|
Query
Annotation to declare a custom AQL (ArangoDB Query Language) query on
repository methods.
|
QueryOptions
Annotation to set additional query options for custom AQL (ArangoDB Query
Language) queries defined on repository methods.
|
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.