|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={FIELD,TYPE,METHOD}) public @interface Indexed
Annotated fields and entities will be indexed and available for retrieval using an indexing API.
Optional Element Summary | |
---|---|
String |
fieldName
|
String |
indexName
Name of the index to use. |
IndexType |
indexType
|
Indexed.Level |
level
|
public abstract String indexName
public abstract IndexType indexType
public abstract String fieldName
public abstract Indexed.Level level
|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |