Package | Description |
---|---|
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.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.selector |
Classes that select subsets of rows.
|
Class and Description |
---|
SqlOperation
Base class for all database operations.
|
Class and Description |
---|
SqlOperation
Base class for all database operations.
|
Class and Description |
---|
SqlOperation
Base class for all database operations.
|
Class and Description |
---|
ListSelectOperation |
MapSelectOperation |
ModifyOperation
Base class for operations that modify database.
|
OperationException
Exception that originates in the operation package.
|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
DeleteOperation
SQL delete operation for row of type R.
|
InsertOperation
SQL insert operation for row of type R.
|
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.
|
SqlOperation
Base class for all database operations.
|
UpdateOperation
SQL update operation for row of type R.
|
Class and Description |
---|
ListSelectOperation |
SelectOperation
SQL select operation returning a collection of rows.
|