public interface OAuth2QueryService<E,PK> extends OAuth2ServiceSupport, QueryService<E,PK>
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
count() |
default List<E> |
select() |
default List<E> |
selectByPk(List<PK> id) |
default E |
selectByPk(PK id) |
createRequest, createRequest, createSession, getEntityType, getPrimaryKeyType, getRequestService, getServiceId, getUriPrefixdefault E selectByPk(PK id)
selectByPk 在接口中 QueryService<E,PK>default List<E> selectByPk(List<PK> id)
selectByPk 在接口中 QueryService<E,PK>default int count()
count 在接口中 QueryService<E,PK>Copyright © 2018. All rights reserved.