org.springframework.data.gemfire.repository.query
Interface GemfireEntityInformation<T,ID extends Serializable>

All Superinterfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>
All Known Implementing Classes:
DefaultGemfireEntityInformation

public interface GemfireEntityInformation<T,ID extends Serializable>
extends org.springframework.data.repository.core.EntityInformation<T,ID>

EntityInformation to capture Gemfire specific information.


Method Summary
 String getRegionName()
          Returns the name of the Region the entity is held in.
 
Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, isNew
 
Methods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
 

Method Detail

getRegionName

String getRegionName()
Returns the name of the Region the entity is held in.

Returns:
the name of the Region the entity is held in.