Uses of Interface
com.liangjian.web.common.entity.helper.EntityHelper
-
Packages that use EntityHelper Package Description com.liangjian.web.common.dynamic com.liangjian.web.common.service com.liangjian.web.common.service.crud -
-
Uses of EntityHelper in com.liangjian.web.common.dynamic
Methods in com.liangjian.web.common.dynamic with parameters of type EntityHelper Modifier and Type Method Description Object
DynamicFilter. getValueBindType(EntityHelper helper)
-
Uses of EntityHelper in com.liangjian.web.common.service
Methods in com.liangjian.web.common.service that return EntityHelper Modifier and Type Method Description EntityHelper
EntityHelperBuilder. getOrCreate(Class<?> clazz)
获取EntityHelper或者穿创建一个 -
Uses of EntityHelper in com.liangjian.web.common.service.crud
Methods in com.liangjian.web.common.service.crud that return EntityHelper Modifier and Type Method Description EntityHelper
DynamicApiService. getEntityHelper()
获取用于解析、处理、转换用的实例帮助器EntityHelper
JpaDynamicApiService. getEntityHelper()
EntityHelper
MpDynamicApiService. getEntityHelper()
-