| Package | Description |
|---|---|
| li.strolch.agent.impl | |
| li.strolch.persistence.api | |
| li.strolch.persistence.inmemory | |
| li.strolch.runtime.query.inmemory |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StrolchDao<T> |
CachedElementMap.getCachedDao() |
protected abstract StrolchDao<T> |
TransactionalElementMap.getDao(StrolchTransaction tx) |
protected abstract StrolchDao<T> |
CachedElementMap.getDbDao(StrolchTransaction tx) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityDao |
interface |
OrderDao |
interface |
ResourceDao |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryActivityDao |
class |
InMemoryDao<T extends StrolchRootElement> |
class |
InMemoryOrderDao |
class |
InMemoryResourceDao |
| Modifier and Type | Method and Description |
|---|---|
List<U> |
InMemoryQuery.doQuery(StrolchDao<T> dao) |
List<T> |
StrolchTypeNavigator.navigate(StrolchDao<T> dao) |
List<T> |
Navigator.navigate(StrolchDao<T> dao) |
Copyright © 2011–2016 Strolch. All rights reserved.