类 EnumTransService
java.lang.Object
org.dromara.trans.service.impl.EnumTransService
- 所有已实现的接口:
ITransTypeService,org.springframework.beans.factory.InitializingBean
public class EnumTransService
extends Object
implements ITransTypeService, org.springframework.beans.factory.InitializingBean
简单翻译
-
字段概要
字段从接口继承的字段 org.dromara.trans.service.impl.ITransTypeService
GLOBAL_TRANS_CACHE, Logger, namespaceUniqueFieldMap -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.dromara.trans.service.impl.ITransTypeService
clearGlobalCache, findById, findByIds, getFromGlobalCache, initLocalFromGlobalCache, put2GlobalCache, reset, setRef, setRef, setRef, setRef, setRef, setRefs, setUniqueFieldCache, setValue, unTransMore, unTransOne
-
字段详细资料
-
LOGGER
public static final org.slf4j.Logger LOGGER
-
-
构造器详细资料
-
EnumTransService
public EnumTransService()
-
-
方法详细资料
-
transOne
从接口复制的说明:ITransTypeService翻译一个字段- 指定者:
transOne在接口中ITransTypeService- 参数:
obj- 需要翻译的对象toTransList- 需要翻译的字段
-
transMore
public void transMore(List<? extends org.dromara.core.trans.vo.VO> objList, List<Field> toTransList) 从接口复制的说明:ITransTypeService翻译多个 字段- 指定者:
transMore在接口中ITransTypeService- 参数:
objList- 需要翻译的对象集合toTransList- 需要翻译的字段集合
-
afterPropertiesSet
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 抛出:
Exception
-