Package org.springframework.data.couchbase.core.mapping.id


package org.springframework.data.couchbase.core.mapping.id
  • Class
    Description
    This annotation is targeted at Document interfaces, indicating that the framework should generate the document key value using the specified generator
    Keys generation strategy
    This annotation is targeted at building the document id using the attribute value.
    This annotation is targeted at building the document id using the value as a part of a prefix build.
    This annotation is targeted at building the document id using the value as a part of a suffix build.