Interface GemfireEntityInformation<T,ID>

All Superinterfaces:
EntityInformation<T,ID>, EntityMetadata<T>
All Known Implementing Classes:
DefaultGemfireEntityInformation

public interface GemfireEntityInformation<T,ID> extends EntityInformation<T,ID>
EntityInformation capturing GemFire specific information.
Author:
Oliver Gierke
See Also:
  • Method Details

    • 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.