| Package | Description |
|---|---|
| info.archinnov.achilles.internal.statement.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheType |
StatementCacheKey.getType() |
static CacheType |
CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StatementCacheKey(CacheType type,
String tableName,
Set<String> fields,
Class<?> entityClass) |
Copyright © 2012-2014. All Rights Reserved.