public class SimpleTable extends Table
tableAlias, tableName| Constructor and Description |
|---|
SimpleTable(String tableName) |
SimpleTable(String tableName,
String tableAlias) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
LinkedHashMap<String,Type> |
getFieldsMapping() |
void |
initializeCount() |
void |
initializeCount(DBSession session) |
void |
initializeFieldMapping() |
void |
initializeFieldMapping(DBSession session) |
void |
setCount(int count) |
void |
setFieldsMapping(LinkedHashMap<String,Type> fieldsMapping) |
getTable, getTableNamepublic SimpleTable(String tableName)
public void initializeFieldMapping(DBSession session) throws Exception
Exceptionpublic void setCount(int count)
public LinkedHashMap<String,Type> getFieldsMapping() throws Exception
Exceptionpublic void setFieldsMapping(LinkedHashMap<String,Type> fieldsMapping)
Copyright © 2020. All Rights Reserved.