Package org.springframework.data.redis.repository.core
@NonNullApi
@NonNullFields
package org.springframework.data.redis.repository.core
Core domain entities for repository support.
-
ClassDescription
RedisEntityInformation
implementation using aRedisPersistentEntity
instance to lookup the necessary information.RedisEntityInformation<T,ID>