Spring Data Commmons

org.springframework.data.annotation
Annotation Type Indexed


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface Indexed

Annotated fields and entities will be indexed and available for retrieval using an indexing API.


Optional Element Summary
 String indexName
          Name of the index to use.
 

indexName

public abstract String indexName
Name of the index to use.

Default:
""

Spring Data Commmons

Copyright © 2011. All Rights Reserved.