Entity DAO com.soffid.iam.base.model.StatsEntityDao [Entity]
Description
DAO methods
findByName
select x from com.soffid.iam.base.model.StatsEntity as x where x.name=:name and x.date between :since and :until and tenant.id=:tenantId order by x.date, x.serie