Package org.priha.providers

Interface Summary
PerformanceReporter  
RepositoryProvider A few ground rules: A RepositoryProvider shall not cache the Session object A RepositoryProvider shall be thread-safe There shall always be a default workspace called "default"
StoreTransaction Marker interface for storing Transactions.
 

Class Summary
BaseStoreTransaction Provides a base implementation for a StoreTransaction.
EhCachingProvider Uses EHCache for an intermediate level cache.
FileProvider A simple file system -based provider.
JdbcProvider A basic implementation of a Provider which stores the contents to a database.
MemoryProvider Holds the contents in memory only.
ValueContainer Stores a Value with its type.
 

Enum Summary
PerformanceReporter.Count