Uses of Package
com.arangodb.springframework.annotation
Packages that use com.arangodb.springframework.annotation
Package
Description
-
Classes in com.arangodb.springframework.annotation used by com.arangodb.springframework.annotation
-
Classes in com.arangodb.springframework.annotation used by com.arangodb.springframework.core.convert.resolverClassDescriptionAnnotation to indicate that the annotated field is stored as a document in another collection using ArangoDB's graph model instead of a nested document.Annotation to indicate that the annotated field is stored as a document in another collection instead of a nested document.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.
-
Classes in com.arangodb.springframework.annotation used by com.arangodb.springframework.core.mappingClassDescriptionAnnotation to indicate that the annotated field is stored as a document in another collection using ArangoDB's graph model instead of a nested document.Deprecated.Deprecated.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.Annotation to define given fields to be indexed using ArangoDB's Geo index.Annotation to mark a field to be indexed using ArangoDB's Geo index.Annotation to define given fields to be indexed using ArangoDB's Persistent index.Annotation to mark a field to be indexed using ArangoDB's Persistent index.Annotation to indicate that the annotated field is stored as a document in another collection instead of a nested document.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.Annotation to define given field to be indexed using ArangoDB's TTL index.Annotation to mark a field to be indexed using ArangoDB's Ttl index.
-
Classes in com.arangodb.springframework.annotation used by com.arangodb.springframework.repository.queryClassDescriptionAnnotation to declare a custom AQL (ArangoDB Query Language) query on repository methods.Annotation to set additional query options for custom AQL (ArangoDB Query Language) queries defined on repository methods.