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