| Package | Description |
|---|---|
| org.smallmind.persistence | |
| org.smallmind.persistence.cache | |
| org.smallmind.persistence.cache.praxis.extrinsic | |
| org.smallmind.persistence.cache.praxis.intrinsic |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMode |
UpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMode[] |
UpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
D |
VectoredDao.persist(Class<D> durableClass,
D durable,
UpdateMode mode) |
| Modifier and Type | Method and Description |
|---|---|
D |
ByKeyExtrinsicCacheDao.persist(Class<D> durableClass,
D durable,
UpdateMode mode) |
| Modifier and Type | Method and Description |
|---|---|
D |
ByReferenceIntrinsicCacheDao.persist(Class<D> durableClass,
D durable,
UpdateMode mode) |
D |
ByKeyIntrinsicCacheDao.persist(Class<D> durableClass,
D durable,
UpdateMode mode) |
Copyright © 2017. All rights reserved.