Skip navigation links

sormula

Version 4.3

See: Description

Packages 
Package Description
org.sormula
Fundamental classes.
org.sormula.active
An implementation of the active record pattern built on top of sormula.
org.sormula.active.operation
Thread-safe and transaction-compliant database operations used by ActiveTable.
org.sormula.annotation
Annotations for row classes to define mapping between the row class and a database table.
org.sormula.annotation.cache
Annotations and supporting classes for defining cache configuration.
org.sormula.annotation.cascade
Annotations for defining cascade relationships between two row classes.
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.
org.sormula.log
Logging classes used by sormula.
org.sormula.operation
Classes that perform SQL operations such as select, update, insert, save, and delete.
org.sormula.operation.aggregate
Classes that perform SQL aggregate operations such as MIN, MAX, AVG, COUNT.
org.sormula.operation.cascade
Classes that perform cascade (one-to-many and one-to-one) operations that are defined by cascade annotations.
org.sormula.operation.cascade.lazy
Implementation of lazy loading.
org.sormula.operation.monitor
Classes for recording and reporting execution times.
org.sormula.reflect
Classes for performing Java reflection operations.
org.sormula.selector
Classes that select subsets of rows.
org.sormula.translator
Classes that provide mapping between columns and Java class members.
org.sormula.translator.standard
Classes that convert values from standard Java data types to a prepared statement and to convert from result set to standard Java data types.
Version 4.3
Skip navigation links