接口 SqlBeanService<T,ID>
- 类型参数:
T-
- 所有超级接口:
DeleteService<T,,ID> InsertService<T>,PagingService,SelectService<T,,ID> Serializable,UpdateService<T,ID>
public interface SqlBeanService<T,ID>
extends SelectService<T,ID>, InsertService<T>, UpdateService<T,ID>, DeleteService<T,ID>
通用的业务接口
- 版本:
- 1.0
- 作者:
- Jovi
-
方法概要
从接口继承的方法 cn.vonce.sql.service.DeleteService
delete, delete, deleteBy, deleteBy, deleteBy, deleteById, logicallyDeleteBy, logicallyDeleteBy, logicallyDeleteBy, logicallyDeleteById从接口继承的方法 cn.vonce.sql.service.InsertService
insert, insert, insert从接口继承的方法 cn.vonce.sql.service.SelectService
count, count, count, countBy, countBy, countBy, paging, paging, paging, paging, select, select, select, select, select, select, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectBy, selectById, selectById, selectByIds, selectByIds, selectMap, selectMapList, selectOne, selectOne, selectOneBy, selectOneBy, selectOneBy, selectOneBy, selectOneBy, selectOneBy从接口继承的方法 cn.vonce.sql.service.UpdateService
update, update, updateBy, updateBy, updateBy, updateBy, updateBy, updateBy, updateBy, updateBy, updateBy, updateBy, updateBy, updateByBean, updateByBean, updateByBean, updateByBean, updateByBeanId, updateByBeanId, updateByBeanId, updateByBeanId, updateById, updateById, updateById, updateById
-
方法详细资料
-
getBeanClass
Class<?> getBeanClass()获取Bean类型- 返回:
-
getSqlBeanMeta
SqlBeanMeta getSqlBeanMeta()获得数据库相关信息- 返回:
-