Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.support.collections.RedisCollectionFactoryBean.CollectionType

Packages that use RedisCollectionFactoryBean.CollectionType
org.springframework.data.keyvalue.redis.support.collections Package providing implementations for most of the java.util collections on top of Redis. 
 

Uses of RedisCollectionFactoryBean.CollectionType in org.springframework.data.keyvalue.redis.support.collections
 

Methods in org.springframework.data.keyvalue.redis.support.collections that return RedisCollectionFactoryBean.CollectionType
static RedisCollectionFactoryBean.CollectionType RedisCollectionFactoryBean.CollectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RedisCollectionFactoryBean.CollectionType[] RedisCollectionFactoryBean.CollectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.keyvalue.redis.support.collections with parameters of type RedisCollectionFactoryBean.CollectionType
 void RedisCollectionFactoryBean.setType(RedisCollectionFactoryBean.CollectionType type)
          Sets the store type.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.