T - ID - public class MappingRedisEntityInformation<T,ID> extends org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID> implements RedisEntityInformation<T,ID>
RedisEntityInformation implementation using a RedisPersistentEntity instance to lookup the necessary
information. Can be configured with a custom collection to be returned which will trump the one returned by the
RedisPersistentEntity if given.| Constructor and Description |
|---|
MappingRedisEntityInformation(RedisPersistentEntity<T> entity) |
getId, getIdType, getJavaType, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MappingRedisEntityInformation(RedisPersistentEntity<T> entity)
entity - Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.