|
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 IndexedAnnotated 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
|
boolean |
numeric
|
boolean |
unique
|
public abstract String indexName
public abstract IndexType indexType
public abstract String fieldName
public abstract boolean unique
public abstract boolean numeric
public abstract Indexed.Level level
|
Spring Data Neo4j | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||