public interface IAppDao
extends com.mingsoft.base.dao.IBaseDao
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByUrl(String websiteUrl)
根据域名查找相同域名的个数
|
com.mingsoft.base.entity.BaseEntity |
getByManagerId(int managerId)
更据站点管理员id查找站点
|
com.mingsoft.base.entity.BaseEntity |
getByUrl(String websiteUrl)
根据域名查找站点实体
|
alterTable, countBySQL, createTable, delete, deleteByEntity, deleteBySQL, deleteEntity, dropTable, excuteSql, getByEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryBySQL, queryCount, queryForSearchMapping, saveBatch, saveEntity, updateBySQL, updateEntityint countByUrl(String websiteUrl)
websiteUrl - 域名com.mingsoft.base.entity.BaseEntity getByUrl(String websiteUrl)
websiteUrl - 域名com.mingsoft.base.entity.BaseEntity getByManagerId(int managerId)
managerId - 管理员idCopyright © 2018. All rights reserved.