|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.ehcache.annotations.key.AbstractCacheKeyGenerator<T>
com.googlecode.ehcache.annotations.key.AbstractDeepCacheKeyGenerator<G,T>
com.googlecode.ehcache.annotations.key.AbstractHashingCacheKeyGenerator<HashCodeCacheKeyGenerator.LongGenerator,java.lang.Long>
com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator
com.googlecode.ehcache.annotations.key.ReflectionHashCodeCacheKeyGenerator
HashCodeCacheKeyGenerator includes support for reflection by setting AbstractDeepCacheKeyGenerator.setUseReflection(boolean) to true. Use that class directly.
@Deprecated public class ReflectionHashCodeCacheKeyGenerator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator |
|---|
HashCodeCacheKeyGenerator.LongGenerator |
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_BEAN_NAME
Deprecated. Name of the bean this generator is registered under using the default constructor. |
| Fields inherited from class com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator |
|---|
INITIAL_HASH, MULTIPLIER |
| Constructor Summary | |
|---|---|
ReflectionHashCodeCacheKeyGenerator()
Deprecated. |
|
ReflectionHashCodeCacheKeyGenerator(boolean includeMethod,
boolean includeParameterTypes)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator |
|---|
append, append, append, append, append, append, append, append, appendGraphCycle, appendHash, appendNull, generateKey, getGenerator |
| Methods inherited from class com.googlecode.ehcache.annotations.key.AbstractHashingCacheKeyGenerator |
|---|
append, appendClass, appendEnum, shouldReflect |
| Methods inherited from class com.googlecode.ehcache.annotations.key.AbstractDeepCacheKeyGenerator |
|---|
beginRecursion, deepHashCode, deepHashCode, deepHashCode, deepHashCode, endRecursion, generateKey, getReflectionHelper, isUseReflection, reflectionDeepHashCode, setReflectionHelper, setUseReflection, toString |
| Methods inherited from class com.googlecode.ehcache.annotations.key.AbstractCacheKeyGenerator |
|---|
generateKey, isCheckforCycles, isIncludeMethod, isIncludeParameterTypes, register, setCheckforCycles, setIncludeMethod, setIncludeParameterTypes, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_BEAN_NAME
| Constructor Detail |
|---|
public ReflectionHashCodeCacheKeyGenerator()
AbstractCacheKeyGenerator.AbstractCacheKeyGenerator()
public ReflectionHashCodeCacheKeyGenerator(boolean includeMethod,
boolean includeParameterTypes)
AbstractCacheKeyGenerator.AbstractCacheKeyGenerator(boolean, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||