类 ConfigServiceImpl
- java.lang.Object
-
- com.fineelyframework.config.core.service.ConfigServiceImpl
-
- 所有已实现的接口:
ConfigService
@Transactional public class ConfigServiceImpl extends java.lang.Object implements ConfigService
-
-
构造器概要
构造器 构造器 说明 ConfigServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T extends ConfigSupport>
Tget(T configObj)获得Config<T extends ConfigSupport>
voidupdate(T configObj)更新Config
-
-
-
方法详细资料
-
update
public <T extends ConfigSupport> void update(T configObj)
更新Config- 指定者:
update在接口中ConfigService
-
get
public <T extends ConfigSupport> T get(T configObj)
获得Config- 指定者:
get在接口中ConfigService
-
-