Interface RedisEntityInformation<T,ID>

Type Parameters:
T -
ID -
All Superinterfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>
All Known Implementing Classes:
MappingRedisEntityInformation

public interface RedisEntityInformation<T,ID> extends org.springframework.data.repository.core.EntityInformation<T,ID>
Author:
Christoph Strobl
  • Method Summary

    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