Package com.arangodb.springframework.annotation


package com.arangodb.springframework.annotation
  • Class
    Description
    Annotation to declare a field to represent ArangoDB's document field _id.
    Annotation to mark a method parameter - of type Map<String, Object - of a repository method annotated with @Query to be used as AQL's bind parameter.
    Annotation to identify a domain object to be persisted into a ArangoDB document collection.
    Annotation to identify a domain object to be persisted into a ArangoDB edge collection.
    Annotation to activate auditing in ArangoDB via annotation configuration.
    Annotation to activate ArangoDB repositories.
    Annotation to define metadata for document fields.
    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.
    Deprecated.
    Deprecated.
    since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
    Deprecated.
    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 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.
    Annotation to indicate that the annotated field is stored as a document in another collection instead of a nested document.
     
     
    Annotation to mark a String field to represent the ArangoDB document field _rev.
    Annotation to mark a method parameter of a repository method annotated with @Query to be used as SPEL's variable in the query expression.
    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.