Modifier and Type | Method and Description |
---|---|
java.util.List<FormInfoChild> |
getChilForms(java.lang.String mainForm)
根据主表获取关联的子表信息,但不包括外键关联表
|
java.util.List<FormInfoChild> |
getChilForms(java.lang.String mainForm,
int extendType)
获取指定关系类型的子表关联对象
|
java.util.List<FormInfoChild> |
getChilFormsByChild(java.lang.String childForm) |
java.lang.String[] |
getFormNames(java.lang.String formIds) |
evict, evict, evictAll, flush, getByWhere, getByWhere, getListByWhere, getListByWhere, replicate, update
executeUpdate, executeUpdate, getById, getById, getByQuery, getByWhere, getByWhere, getCounts, getCounts, getJdbcDao, getJdbcTemplate, getList, getListByWhere, getListByWhere, getListForQuery, getListForQuery, getNewItem, getPageList, getPageList, getPageListForQuery, remove, removeById, removeByObject, save, saveOrUpdate, saveOrUpdateByObject, updateLabelByOldLabel
java.lang.String[] getFormNames(java.lang.String formIds)
java.util.List<FormInfoChild> getChilForms(java.lang.String mainForm)
mainForm
- as intjava.util.List<FormInfoChild> getChilForms(java.lang.String mainForm, int extendType)
mainForm
- as StringextendType
- as int //0-主从表,1-扩展表,3-外键关联表。如果为-1表示获取所有关系类型的子表java.util.List<FormInfoChild> getChilFormsByChild(java.lang.String childForm)
Copyright © 2019 by Sucang.cn