Uses of Package
org.sormula.operation

Packages that use org.sormula.operation
org.sormula.operation Classes that perform SQL operations such as select, update, insert, 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. 
 

Classes in org.sormula.operation used by org.sormula.operation
DeleteOperation
          SQL delete operation for row of type R.
FullModify
          Deprecated. 
FullSelect
          Deprecated. 
InsertOperation
          SQL insert operation for row of type R.
ListSelectOperation
          SelectOperation that uses List for SelectOperation.readAll() results.
MapSelectOperation
          SelectOperation that uses Map for SelectOperation.readAll() results.
ModifyOperation
          Base class for operations that modify database.
OperationException
          Exception that originates in the operation package.
SaveOperation
          SQL update or insert operation for row of type R.
ScalarSelectOperation
          Select operation that reads one value at a time.
SelectOperation
          SQL select operation returning a collection of rows.
SqlOperation
          Base class for all database operations.
UpdateOperation
          SQL update operation for row of type R.
 

Classes in org.sormula.operation used by org.sormula.operation.aggregate
OperationException
          Exception that originates in the operation package.
ScalarSelectOperation
          Select operation that reads one value at a time.
SqlOperation
          Base class for all database operations.
 

Classes in org.sormula.operation used by org.sormula.operation.cascade
OperationException
          Exception that originates in the operation package.
SqlOperation
          Base class for all database operations.