Package | Description |
---|---|
org.sormula.cache |
Fundamental classes used to implement caching that is specified by
Cached.type() . |
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, delete.
|
org.sormula.operation.cascade |
Classes that perform cascade (one-to-many and one-to-one) operations that are defined
by cascade annotations.
|
org.sormula.reflect |
Classes for performing Java reflection operations.
|
org.sormula.translator |
Classes that provide mapping between columns and Java class members.
|
Class and Description |
---|
FieldExtractor
Utility to get field values from a row class as defined by
ColumnTranslator . |
Class and Description |
---|
SormulaField
A field within a class with additional methods needed by sormula for reflection.
|
Class and Description |
---|
SormulaField
A field within a class with additional methods needed by sormula for reflection.
|
Class and Description |
---|
ReflectException
Exception that originates in the reflect package.
|
Class and Description |
---|
SormulaField
A field within a class with additional methods needed by sormula for reflection.
|