public abstract class AbstractOAuth2CrudService<E,PK> extends Object implements CreateEntityService<E>, OAuth2CrudService<E,PK>
| 构造器和说明 |
|---|
AbstractOAuth2CrudService() |
| 限定符和类型 | 方法和说明 |
|---|---|
E |
createEntity() |
Class<E> |
getEntityInstanceType() |
Class<E> |
getEntityType() |
Class<PK> |
getPrimaryKeyType() |
OAuth2RequestService |
getRequestService() |
void |
setEntityFactory(EntityFactory entityFactory) |
void |
setoAuth2RequestService(OAuth2RequestService oAuth2RequestService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, select, selectByPk, selectByPkcount, select, selectPager, selectSingledeleteByPkinsertsaveOrUpdate, updateByPk, updateByPkcreateRequest, createRequest, createSession, getServiceId, getUriPrefixpublic E createEntity()
createEntity 在接口中 CreateEntityService<E>public Class<E> getEntityInstanceType()
getEntityInstanceType 在接口中 CreateEntityService<E>public OAuth2RequestService getRequestService()
getRequestService 在接口中 OAuth2ServiceSupportpublic Class<E> getEntityType()
getEntityType 在接口中 OAuth2ServiceSupportpublic Class<PK> getPrimaryKeyType()
getPrimaryKeyType 在接口中 OAuth2ServiceSupport@Autowired public void setEntityFactory(EntityFactory entityFactory)
@Autowired public void setoAuth2RequestService(OAuth2RequestService oAuth2RequestService)
Copyright © 2018. All rights reserved.