类 StatHelper
java.lang.Object
org.openurp.base.util.stat.StatHelper
统计帮助类
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidreplaceIdWith(Collection datas, Class[] clazzes) 向只包含id的数组列表中填充实体对象 clazzes[0]对应这data[0]的实体类型static voidreplaceIdWith(Collection datas, Class[] clazzes, org.beangle.commons.dao.EntityDao entityDao) 向只包含id的数组列表中填充实体对象 clazzes[0]对应这data[0]的实体类型voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao) setStatEntities(Collection stats, Class entityClass)
-
构造器详细资料
-
StatHelper
public StatHelper(org.beangle.commons.dao.EntityDao entityDao) -
StatHelper
public StatHelper()
-
-
方法详细资料
-
replaceIdWith
向只包含id的数组列表中填充实体对象 clazzes[0]对应这data[0]的实体类型- 参数:
datas-clazzes-
-
replaceIdWith
public static void replaceIdWith(Collection datas, Class[] clazzes, org.beangle.commons.dao.EntityDao entityDao) 向只包含id的数组列表中填充实体对象 clazzes[0]对应这data[0]的实体类型- 参数:
datas-clazzes-
-
setStatEntities
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-