Package | Description |
---|---|
org.sormula |
Fundamental classes.
|
org.sormula.active.operation |
Thread-safe and transaction-compliant database operations used by
ActiveTable . |
org.sormula.translator |
Classes that provide mapping between columns and Java class members.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<? extends NameTranslator> |
Table.initNameTranslators(Row rowAnnotation)
Initialize all name translators annotated on table.
|
protected RowTranslator<R> |
Table.initRowTranslator(Row rowAnnotation)
Creates a
RowTranslator for use by this table. |
protected java.lang.String |
Table.initTableName(Row rowAnnotation)
Initializes table name from row annotation.
|
Modifier and Type | Method and Description |
---|---|
protected RowTranslator<R> |
OperationTable.initRowTranslator(Row rowAnnotation)
Creates a
RowTranslator for use by this table. |
Constructor and Description |
---|
RowTranslator(Table<R> table,
Row rowAnnotation)
Constructs for a table.
|