Interface GemfireEntityInformation<T,ID>

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 org.springframework.data.repository.core.EntityInformation<T,ID>
EntityInformation capturing GemFire specific information.
See Also:
  • EntityInformation
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the Region the entity is held in.

    Methods inherited from interface org.springframework.data.repository.core.EntityInformation

    getId, getIdType, getRequiredId, isNew

    Methods inherited from interface org.springframework.data.repository.core.EntityMetadata

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