类 WxPayConfigServiceImpl
- java.lang.Object
-
- net.guerlab.smart.platform.server.service.BaseServiceImpl<WxPayConfig,String,WxPayConfigMapper>
-
- net.guerlab.smart.pay.service.service.impl.WxPayConfigServiceImpl
-
- 所有已实现的接口:
WxPayConfigService,net.guerlab.smart.platform.server.service.BaseDeleteService<WxPayConfig,String>,net.guerlab.smart.platform.server.service.BaseFindService<WxPayConfig,String>,net.guerlab.smart.platform.server.service.BaseSaveService<WxPayConfig>,net.guerlab.smart.platform.server.service.BaseService<WxPayConfig,String>,net.guerlab.smart.platform.server.service.BaseUpdateService<WxPayConfig>,net.guerlab.smart.platform.server.service.ExampleGetter<WxPayConfig>
@Service public class WxPayConfigServiceImpl extends net.guerlab.smart.platform.server.service.BaseServiceImpl<WxPayConfig,String,WxPayConfigMapper> implements WxPayConfigService
微信支付配置服务实现- 作者:
- guer
-
-
字段概要
-
从接口继承的字段 net.guerlab.smart.pay.service.service.WxPayConfigService
APP_NAME_MAX_LENGTH
-
-
构造器概要
构造器 构造器 说明 WxPayConfigServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidinsertBefore(WxPayConfig entity)protected voidupdateBefore(WxPayConfig entity)-
从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, insert, insertAfter, insertSelective, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, setMapper, setSequence, updateAfter, updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseDeleteService
delete, delete, deleteById, deleteById
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseFindService
selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseUpdateService
updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
-
从接口继承的方法 net.guerlab.smart.pay.service.service.WxPayConfigService
getEntityClass
-
-
-
-
方法详细资料
-
insertBefore
protected void insertBefore(WxPayConfig entity)
- 覆盖:
insertBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<WxPayConfig,String,WxPayConfigMapper>
-
updateBefore
protected void updateBefore(WxPayConfig entity)
- 覆盖:
updateBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<WxPayConfig,String,WxPayConfigMapper>
-
-