クラス MappingRedisEntityInformation<T,ID>

java.lang.ObjectSE
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.redis.repository.core.MappingRedisEntityInformation<T,ID>
型パラメーター:
T -
ID -
実装されたすべてのインターフェース:
RedisEntityInformation<T,ID>EntityInformation<T,ID>EntityMetadata<T>

public class MappingRedisEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements RedisEntityInformation<T,ID>
RedisPersistentEntity インスタンスを使用して必要な情報を検索する RedisEntityInformation の実装。指定された場合、RedisPersistentEntity によって返されるものよりも優先される、返されるカスタムコレクションを使用して構成できます。
作成者:
Christoph Strobl, Mark Paluch
  • コンストラクターの詳細

    • MappingRedisEntityInformation

      public MappingRedisEntityInformation(RedisPersistentEntity<T> entity)
      パラメーター:
      entity -