Uses of Class
com.soffid.iam.model.StatsEntity
-
Packages that use StatsEntity Package Description com.soffid.iam.model -
-
Uses of StatsEntity in com.soffid.iam.model
Subclasses of StatsEntity in com.soffid.iam.model Modifier and Type Class Description classStatsEntityImplEntity StatsEntity implementationMethods in com.soffid.iam.model that return StatsEntity Modifier and Type Method Description StatsEntityStatsEntityDao. load(Long id)Loads an instance ofStatsEntityfrom the persistent store.StatsEntityStatsEntityDaoBase. load(Long id)Loads an instance ofStatsEntityfrom the persistent store.StatsEntityStatsEntityDao. newStatsEntity()Creates an instance ofStatsEntity.StatsEntityStatsEntityDaoBase. newStatsEntity()Creates an instance ofStatsEntity.Methods in com.soffid.iam.model that return types with arguments of type StatsEntity Modifier and Type Method Description Collection<StatsEntity>StatsEntityDao. findByName(CriteriaSearchConfiguration criteria, String name, String since, String until)CriteriaSearchConfiguration finderCollection<StatsEntity>StatsEntityDao. findByName(String name, String since, String until)Operation findByNameCollection<StatsEntity>StatsEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name, String since, String until)CriteriaSearchConfiguration implementationCollection<StatsEntity>StatsEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name, String since, String until)Internal implementationCollection<StatsEntity>StatsEntityDaoBase. findByName(String name, String since, String until)Operation findByNameList<StatsEntity>StatsEntityDao. loadAll()Loads all instances ofStatsEntityfrom the persistent store.List<StatsEntity>StatsEntityDaoBase. loadAll()Loads all instances ofStatsEntityfrom the persistent store.List<StatsEntity>StatsEntityDao. query(String query, Parameter[] parameters)Query ofStatsEntityfrom the persistent store.List<StatsEntity>StatsEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofStatsEntityfrom the persistent store.List<StatsEntity>StatsEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofStatsEntityfrom the persistent store.List<StatsEntity>StatsEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofStatsEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type StatsEntity Modifier and Type Method Description voidStatsEntityDao. create(StatsEntity entity)Adds an instance ofStatsEntityto the persistent store.voidStatsEntityDaoBase. create(StatsEntity entity)Adds an instance ofStatsEntityto the persistent store.voidStatsEntityDao. remove(StatsEntity entity)Removes an instance ofStatsEntityfrom the persistent store.voidStatsEntityDaoBase. remove(StatsEntity entity)Removes an instance ofStatsEntityfrom the persistent store.voidStatsEntityDao. update(StatsEntity entity)Updates an instance ofStatsEntityat the persistent store.voidStatsEntityDaoBase. update(StatsEntity entity)Updates an instance ofStatsEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type StatsEntity Modifier and Type Method Description voidStatsEntityDao. create(Collection<? extends StatsEntity> entities)Creates a collection ofStatsEntityand adds it to the persistent store.voidStatsEntityDaoBase. create(Collection<? extends StatsEntity> entities)Creates a collection ofStatsEntityand adds it to the persistent store.voidStatsEntityDao. remove(Collection<? extends StatsEntity> entities)Removes a collection ofStatsEntityfrom the persistent store.voidStatsEntityDaoBase. remove(Collection<? extends StatsEntity> entities)Removes a collection ofStatsEntityfrom the persistent store.voidStatsEntityDao. update(Collection<? extends StatsEntity> entities)Updates a collection ofStatsEntityin the persistent store.voidStatsEntityDaoBase. update(Collection<? extends StatsEntity> entities)Updates a collection ofStatsEntityin the persistent store.
-