| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.ao | |
| org.ujorm.orm.metaModel |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.clearCache(CachePolicy policy)
Clear cache and change its policy.
|
| Modifier and Type | Method and Description |
|---|---|
static CachePolicy |
CachePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachePolicy[] |
CachePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static Key<MetaParams,CachePolicy> |
MetaParams.CACHE_POLICY
Session cache policy.
|
Copyright 2013, Pavel Ponec