| Interface | Description |
|---|---|
| Mapper<T,ID extends Serializable> |
Maps from Read to Domain to Write Key/Values.
|
| Supplier<K,RV,WV,T> |
Reads and Writes to physical store.
|
| TransFunc<R> |
Functional interface for transactional methods.
|
| Class | Description |
|---|---|
| AbstractDao<T,ID extends Serializable> |
Generated Daos extends this base class.
|
| InMemoryKey |
Key class for
InMemorySupplier. |
| InMemorySupplier |
Stores entities in-memory using a new TreeMap<InMemoryKey, Map<String, Object>>.
|
Copyright © 2014 Wadpam. All Rights Reserved.