跳过导航链接
C D E F G I L P Q R S U 

C

com.v1ok.db.model - 程序包 com.v1ok.db.model
 
com.v1ok.db.service - 程序包 com.v1ok.db.service
 
com.v1ok.db.support - 程序包 com.v1ok.db.support
 
Condition - com.v1ok.db.support中的类
查询条件 Created by Delong on 2017/11/19.
Condition() - 类 的构造器com.v1ok.db.support.Condition
 

D

delete(T) - 接口 中的方法com.v1ok.db.service.IService
 
delete(ID...) - 接口 中的方法com.v1ok.db.service.IService
 
delete(List<T>) - 接口 中的方法com.v1ok.db.service.IService
 
delete(String, Object) - 接口 中的方法com.v1ok.db.service.IService
 

E

exists(ID) - 接口 中的方法com.v1ok.db.service.IService
 
exists(T) - 接口 中的方法com.v1ok.db.service.IService
 
exists(String, Object) - 接口 中的方法com.v1ok.db.service.IService
 

F

findAll() - 接口 中的方法com.v1ok.db.service.IService
 
findAll(T) - 接口 中的方法com.v1ok.db.service.IService
 
findAll(ID...) - 接口 中的方法com.v1ok.db.service.IService
 
findAll(String, Object) - 接口 中的方法com.v1ok.db.service.IService
 
findOne(ID) - 接口 中的方法com.v1ok.db.service.IService
 
findOne(String, Object) - 接口 中的方法com.v1ok.db.service.IService
 

G

getColumn() - 类 中的方法com.v1ok.db.support.Condition
 
getConditions() - 类 中的方法com.v1ok.db.support.Group
 
getCreateBy() - 接口 中的方法com.v1ok.db.model.ICreateByModel
 
getCreateTime() - 接口 中的方法com.v1ok.db.model.ICreateByModel
 
getEnd() - 类 中的方法com.v1ok.db.support.Condition
 
getExt() - 接口 中的方法com.v1ok.db.model.IExtendsModel
 
getGroups() - 类 中的方法com.v1ok.db.support.QueryBean
 
getName() - 接口 中的方法com.v1ok.db.model.IEntityModel
 
getOption() - 类 中的方法com.v1ok.db.support.Condition
 
getOption() - 类 中的方法com.v1ok.db.support.Group
 
getOption() - 类 中的方法com.v1ok.db.support.QueryBean
 
getOrderBy() - 类 中的方法com.v1ok.db.support.QueryBean
 
getPageNo() - 类 中的方法com.v1ok.db.support.QueryBean
 
getPageSize() - 类 中的方法com.v1ok.db.support.QueryBean
 
getPid() - 接口 中的方法com.v1ok.db.model.IEntityModel
 
getStart() - 类 中的方法com.v1ok.db.support.Condition
 
getUpdateBy() - 接口 中的方法com.v1ok.db.model.IUpdateByModel
 
getUpdateTime() - 接口 中的方法com.v1ok.db.model.IUpdateByModel
 
getValue() - 类 中的方法com.v1ok.db.support.Condition
 
getVersion() - 接口 中的方法com.v1ok.db.model.IVersionModel
 
Group - com.v1ok.db.support中的类
高级查询组 Created by Delong 2017/11/19
Group() - 类 的构造器com.v1ok.db.support.Group
 

I

ICreateByModel - com.v1ok.db.model中的接口
 
IEntityModel<ID extends Serializable> - com.v1ok.db.model中的接口
Created by liubinduo on 2017/6/28.
IExtendsModel - com.v1ok.db.model中的接口
 
isDeleted() - 接口 中的方法com.v1ok.db.model.ISoftDeleteModel
 
isDesc() - 类 中的方法com.v1ok.db.support.QueryBean
 
IService<T,ID extends Serializable> - com.v1ok.db.service中的接口
Created by liubinduo on 2017/6/28.
ISoftDeleteModel - com.v1ok.db.model中的接口
 
IUpdateByModel - com.v1ok.db.model中的接口
 
IVersionModel - com.v1ok.db.model中的接口
 

L

listSearch(QueryBean) - 接口 中的方法com.v1ok.db.service.IService
 

P

pageQuery(int, int) - 接口 中的方法com.v1ok.db.service.IService
 
pageQuery(String, Object, int, int) - 接口 中的方法com.v1ok.db.service.IService
 
pageQueryANDExample(T, int, int) - 接口 中的方法com.v1ok.db.service.IService
 
pageQueryORExample(T, int, int) - 接口 中的方法com.v1ok.db.service.IService
 
pageSearch(QueryBean) - 接口 中的方法com.v1ok.db.service.IService
 

Q

QueryBean - com.v1ok.db.support中的类
高级查询类 Created by Delong 2017/11/19
QueryBean() - 类 的构造器com.v1ok.db.support.QueryBean
 

R

remove(String, Object) - 接口 中的方法com.v1ok.db.service.IService
 
remove(List<T>) - 接口 中的方法com.v1ok.db.service.IService
 
remove(T) - 接口 中的方法com.v1ok.db.service.IService
 
remove(ID) - 接口 中的方法com.v1ok.db.service.IService
 

S

save(T) - 接口 中的方法com.v1ok.db.service.IService
 
save(Iterable<T>) - 接口 中的方法com.v1ok.db.service.IService
 
save(List<T>) - 接口 中的方法com.v1ok.db.service.IService
 
setColumn(String) - 类 中的方法com.v1ok.db.support.Condition
 
setConditions(List<Condition>) - 类 中的方法com.v1ok.db.support.Group
 
setCreateBy(Long) - 接口 中的方法com.v1ok.db.model.ICreateByModel
 
setCreateTime(Date) - 接口 中的方法com.v1ok.db.model.ICreateByModel
 
setDeleted(Boolean) - 接口 中的方法com.v1ok.db.model.ISoftDeleteModel
 
setDesc(boolean) - 类 中的方法com.v1ok.db.support.QueryBean
 
setEnd(Date) - 类 中的方法com.v1ok.db.support.Condition
 
setExt(Map<String, Object>) - 接口 中的方法com.v1ok.db.model.IExtendsModel
 
setGroups(List<Group>) - 类 中的方法com.v1ok.db.support.QueryBean
 
setName(String) - 接口 中的方法com.v1ok.db.model.IEntityModel
 
setOption(String) - 类 中的方法com.v1ok.db.support.Condition
 
setOption(String) - 类 中的方法com.v1ok.db.support.Group
 
setOption(String) - 类 中的方法com.v1ok.db.support.QueryBean
 
setOrderBy(String) - 类 中的方法com.v1ok.db.support.QueryBean
 
setPageNo(int) - 类 中的方法com.v1ok.db.support.QueryBean
 
setPageSize(int) - 类 中的方法com.v1ok.db.support.QueryBean
 
setPid(ID) - 接口 中的方法com.v1ok.db.model.IEntityModel
 
setStart(Date) - 类 中的方法com.v1ok.db.support.Condition
 
setUpdateBy(Long) - 接口 中的方法com.v1ok.db.model.IUpdateByModel
 
setUpdateTime(Date) - 接口 中的方法com.v1ok.db.model.IUpdateByModel
 
setValue(Object) - 类 中的方法com.v1ok.db.support.Condition
 
setVersion(Integer) - 接口 中的方法com.v1ok.db.model.IVersionModel
 

U

update(T) - 接口 中的方法com.v1ok.db.service.IService
 
update(List<T>) - 接口 中的方法com.v1ok.db.service.IService
 
C D E F G I L P Q R S U 
跳过导航链接

Copyright © 2019. All rights reserved.