Spring Data Couchbase

org.springframework.data.couchbase.core.mapping
Annotation Type Field


@Documented
@Retention(value=RUNTIME)
public @interface Field

Annotation to define custom metadata for document fields.

Author:
Michael Nitschinger

Optional Element Summary
 String value
          The key to be used to store the field inside the document.
 

value

public abstract String value
The key to be used to store the field inside the document.

Default:
""

Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.