de.nava.informa.utils.manager.memory |
This package contains in-memory implementation of Persistence Manager interface.
Sometimes it's useful to store data in memory only as it's fast and easy way to try
how things work.
|
Java Source File Name | Type | Comment |
Channel.java | Class | Local implementation of ChannelIF . |
ChannelGroup.java | Class | Local implementation of ChannelGroupIF . |
IdGenerator.java | Class | Generator of ID sequence. |
Item.java | Class | Local implementation of ItemIF . |
PersistenceManager.java | Class | In-memory implementation of persistence manager. |
TestMemoryPersistenceManager.java | Class | In-Memory persistence manager test. |