Package com.liangjian.web.common.service
Class EntityHelperBuilder
- java.lang.Object
-
- com.liangjian.web.common.service.EntityHelperBuilder
-
public class EntityHelperBuilder extends Object
Created by huangziqi on 2020/1/14
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityHelperBuilder
getInstance()
EntityHelper
getOrCreate(Class<?> clazz)
获取EntityHelper或者穿创建一个
-
-
-
Method Detail
-
getInstance
public static EntityHelperBuilder getInstance()
-
getOrCreate
public EntityHelper getOrCreate(Class<?> clazz)
获取EntityHelper或者穿创建一个- Parameters:
clazz
-- Returns:
-
-