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 Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Determines 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 theRegion
in which the application persistent entity will be stored (e.g.Name, or fully-qualified bean name of theRegion
in which the application persistent entity will be stored (e.g. -
Field Summary
Fields
-
Field Details
-
REGION_ANNOTATION_TYPES
-
-
Element Details
-
name
Name, or fully-qualified bean name of theRegion
in 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
Region
in which the application persistent entity will be stored.
- Default:
- ""
-
value
Name, or fully-qualified bean name of theRegion
in 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
Region
in which the application persistent entity will be stored.
- Default:
- ""
-
ignoreIfExists
boolean 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
-