org.springframework.data.gemfire.mapping
Annotation Type Region


@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Region

Annotation to define the region an entity will be stored in.


Optional Element Summary
 String value
          The name, or fully-qualified bean name of the Region the entity shall be stored in (e.g.
 

value

public abstract String value
The name, or fully-qualified bean name of the Region the entity shall be stored in (e.g. "Users", or "/Local/Admin/Users").

Returns:
the name or qualified path of the Region the entity shall be persisted in.
Default:
""