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)
根据域名查找站点实体
|
int countByUrl(String websiteUrl)
websiteUrl - 域名com.mingsoft.base.entity.BaseEntity getByUrl(String websiteUrl)
websiteUrl - 域名com.mingsoft.base.entity.BaseEntity getByManagerId(int managerId)
managerId - 管理员idCopyright © 2016. All rights reserved.