public static enum AttributeBasedCacheKeyGenerator.CachableMethod extends java.lang.Enum<AttributeBasedCacheKeyGenerator.CachableMethod>
IPersonAttributeDao that are cachable| Enum Constant and Description |
|---|
AVAILABLE_QUERY_ATTRIBUTES |
MULTIVALUED_USER_ATTRIBUTES__MAP
Deprecated.
|
MULTIVALUED_USER_ATTRIBUTES__STR
Deprecated.
|
PEOPLE_MAP |
PEOPLE_MULTIVALUED_MAP |
PERSON_STR |
POSSIBLE_USER_ATTRIBUTE_NAMES |
USER_ATTRIBUTES__MAP
Deprecated.
|
USER_ATTRIBUTES__STR
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?>[] |
getArgs() |
java.lang.String |
getName() |
java.lang.String |
toString() |
static AttributeBasedCacheKeyGenerator.CachableMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeBasedCacheKeyGenerator.CachableMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod MULTIVALUED_USER_ATTRIBUTES__MAP
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod MULTIVALUED_USER_ATTRIBUTES__STR
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod USER_ATTRIBUTES__MAP
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod USER_ATTRIBUTES__STR
public static final AttributeBasedCacheKeyGenerator.CachableMethod PERSON_STR
public static final AttributeBasedCacheKeyGenerator.CachableMethod PEOPLE_MAP
public static final AttributeBasedCacheKeyGenerator.CachableMethod PEOPLE_MULTIVALUED_MAP
public static final AttributeBasedCacheKeyGenerator.CachableMethod POSSIBLE_USER_ATTRIBUTE_NAMES
public static final AttributeBasedCacheKeyGenerator.CachableMethod AVAILABLE_QUERY_ATTRIBUTES
public static AttributeBasedCacheKeyGenerator.CachableMethod[] values()
for (AttributeBasedCacheKeyGenerator.CachableMethod c : AttributeBasedCacheKeyGenerator.CachableMethod.values()) System.out.println(c);
public static AttributeBasedCacheKeyGenerator.CachableMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public java.lang.Class<?>[] getArgs()
public java.lang.String toString()
toString in class java.lang.Enum<AttributeBasedCacheKeyGenerator.CachableMethod>Copyright © 2005-2018. All Rights Reserved.