| Package | Description |
|---|---|
| net.sf.mardao.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySupplier
Stores entities in-memory using a new TreeMap<InMemoryKey, Map<String, Object>>.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
AbstractDao.withTransaction(TransFunc<R> transFunc,
boolean commit,
Supplier supplier) |
| Constructor and Description |
|---|
AbstractDao(Mapper<T,ID> mapper,
Supplier supplier) |
Copyright © 2014 Wadpam. All Rights Reserved.