| Package | Description |
|---|---|
| li.strolch.agent.api | |
| li.strolch.persistence.api | |
| li.strolch.persistence.inmemory |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMap.add(StrolchTransaction tx,
T element)
Adds the given element to the underlying persistence layer.
|
void |
ElementMap.addAll(StrolchTransaction tx,
List<T> elements)
Adds the given elements to the underlying persistence layer.
|
void |
ElementMap.remove(StrolchTransaction tx,
T element)
Removes the given element
|
void |
ElementMap.removeAll(StrolchTransaction tx,
List<T> elements)
Removes the given elements
|
void |
ElementMap.update(StrolchTransaction tx,
T element)
Updates the existing element
|
void |
ElementMap.updateAll(StrolchTransaction tx,
List<T> elements)
Updates all the existing elements
|
| Modifier and Type | Method and Description |
|---|---|
void |
StrolchDao.remove(T element)
Removes the given element from the underlying persistence layer
|
void |
StrolchDao.removeAll(List<T> elements)
Removes the given elements from the underlying persistence layer
|
void |
StrolchDao.removeVersion(T element)
Removes the given version of the given element from the underlying persistence layer.
|
void |
StrolchDao.save(T element)
Persists the given element.
|
void |
StrolchDao.saveAll(List<T> elements)
Persists the given list of elements.
|
void |
StrolchDao.update(T element)
Updates the given element.
|
void |
StrolchDao.updateAll(List<T> elements)
Updates the given list of elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDao.removeVersion(T element) |
Copyright © 2011–2016 Strolch. All rights reserved.