Class DefaultGemfireEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation<T,ID>
All Implemented Interfaces:
GemfireEntityInformation<T,ID>, EntityInformation<T,ID>, EntityMetadata<T>

public class DefaultGemfireEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements GemfireEntityInformation<T,ID>
Implementation of GemfireEntityInformation and Spring Data's PersistentEntityInformation that returns the Region name associated with the PersistentEntity.
Author:
Oliver Gierke, John Blum
See Also: