Spring Data for VMware GemFire
Annotation Interface Region
Annotation declaring the Region in which the application persistent entity will be stored.- See Also:
- 
- Annotation
- Region
 
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanDetermines whether an entity annotated with this Region annotation will ignore any existing Region definition identified by the givenname()for this entity.Name, or fully-qualified bean name of theRegionin which the application persistent entity will be stored (e.g.Name, or fully-qualified bean name of theRegionin which the application persistent entity will be stored (e.g.
- 
Field SummaryFields
- 
Field Details- 
REGION_ANNOTATION_TYPES
 
- 
- 
Element Details- 
nameName, or fully-qualified bean name of theRegionin which the application persistent entity will be stored (e.g. "Users", or "/Local/Admin/Users"). Defaults to simple name of the application persistent entity defined byClass.getSimpleName().- Returns:
- the name or fully-qualified path of the Regionin which the application persistent entity will be stored.
 - Default:
- ""
 
- 
valueName, or fully-qualified bean name of theRegionin which the application persistent entity will be stored (e.g. "Users", or "/Local/Admin/Users"). Defaults to simple name of the application persistent entity defined byClass.getSimpleName().- Returns:
- the name or fully-qualified path of the Regionin which the application persistent entity will be stored.
 - Default:
- ""
 
- 
ignoreIfExistsboolean ignoreIfExistsDetermines whether an entity annotated with this Region annotation will ignore any existing Region definition identified by the givenname()for this entity. Defaults to true.- Default:
- true
 
 
- 
