Uses of Package
org.sormula.active

Packages that use org.sormula.active
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
 

Classes in org.sormula.active used by org.sormula.active
ActiveDatabase
          A lightweight class for defining the DataSource to be used by ActiveRecord and related classes.
ActiveException
          Exception that originates in the activerecord package.
ActiveRecord
          Base class for active records.
ActiveTable
          Performs all database operations for ActiveRecord objects.
ActiveTransaction
          A class to group multiple active record operations within one JDBC transaction.
 

Classes in org.sormula.active used by org.sormula.active.operation
ActiveDatabase
          A lightweight class for defining the DataSource to be used by ActiveRecord and related classes.
ActiveException
          Exception that originates in the activerecord package.
ActiveRecord
          Base class for active records.
ActiveTable
          Performs all database operations for ActiveRecord objects.