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 of the Region the entity shall be stored in.
 

value

public abstract String value
The name of the Region the entity shall be stored in.

Returns:
the name of the region the entity shall be persisted in.
Default:
""