|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface SpaceProperty
Defines a method annotation type with full meta-data of POJO fields. The getter method of the POJO object provides a matchable fields for the space. Per getter method you are able to provide the desired annotation.
Optional Element Summary | |
---|---|
com.gigaspaces.metadata.SpaceDocumentSupport |
documentSupport
Defines the document support of the annotated property. |
SpaceProperty.IndexType |
index
Deprecated. since 7.1 . Use @SpaceIndex instead |
String |
nullValue
To designate primitive types null value a matchable fields for the space. |
@Deprecated public abstract SpaceProperty.IndexType index
public abstract String nullValue
public abstract com.gigaspaces.metadata.SpaceDocumentSupport documentSupport
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |