Enum Class RedisCollectionFactoryBean.CollectionType

java.lang.Object
java.lang.Enum<RedisCollectionFactoryBean.CollectionType>
org.springframework.data.redis.support.collections.RedisCollectionFactoryBean.CollectionType
All Implemented Interfaces:
Serializable, Comparable<RedisCollectionFactoryBean.CollectionType>, Constable
Enclosing class:
RedisCollectionFactoryBean

public static enum RedisCollectionFactoryBean.CollectionType extends Enum<RedisCollectionFactoryBean.CollectionType>
Collection types supported by this factory.
Author:
Costin Leau, Mark Paluch, Christoph Strobl