Package | Description |
---|---|
org.sormula |
Fundamental classes.
|
org.sormula.active |
An implementation of the
active record pattern built on top of sormula.
|
org.sormula.cache |
Fundamental classes used to implement caching that is specified by
Cached.type() . |
org.sormula.cache.readonly |
Implementation of
ReadOnlyCache . |
org.sormula.cache.readwrite |
Implementation of
ReadWriteCache . |
org.sormula.cache.writable |
The abstract
WritableCache and supporting classes that are
used for implementing a cache that writes rows to the database. |
Class and Description |
---|
Cache
Interface for a cache implementation.
|
CacheException
Exception that originals from classes in org.sormula.cache packages.
|
Class and Description |
---|
Cache
Interface for a cache implementation.
|
Class and Description |
---|
Cache
Interface for a cache implementation.
|
CacheException
Exception that originals from classes in org.sormula.cache packages.
|
CacheKey
Key used by
AbstractCache for maps of committed and uncommitted rows. |
UncommittedRow
Abstract base class for all uncommitted rows in an
AbstractCache . |
Class and Description |
---|
AbstractCache
Abstract base class for implementing caches.
|
Cache
Interface for a cache implementation.
|
CacheException
Exception that originals from classes in org.sormula.cache packages.
|
CacheKey
Key used by
AbstractCache for maps of committed and uncommitted rows. |
UncommittedRow
Abstract base class for all uncommitted rows in an
AbstractCache . |
Class and Description |
---|
AbstractCache
Abstract base class for implementing caches.
|
Cache
Interface for a cache implementation.
|
CacheException
Exception that originals from classes in org.sormula.cache packages.
|
CacheKey
Key used by
AbstractCache for maps of committed and uncommitted rows. |
UncommittedRow
Abstract base class for all uncommitted rows in an
AbstractCache . |
Class and Description |
---|
AbstractCache
Abstract base class for implementing caches.
|
Cache
Interface for a cache implementation.
|
CacheException
Exception that originals from classes in org.sormula.cache packages.
|
CacheKey
Key used by
AbstractCache for maps of committed and uncommitted rows. |
UncommittedRow
Abstract base class for all uncommitted rows in an
AbstractCache . |