public interface IStatsUsageDao extends IDao<StatsUsage,Long>
StatsUsage
data accessModifier and Type | Method and Description |
---|---|
StatsUsage |
getByUsageType(StatsUsageType statsUsageType) |
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode
StatsUsage getByUsageType(StatsUsageType statsUsageType)
statsUsageType
- The StatsUsageType
StatsUsage
for the specified StatsUsageType
Copyright © 2015. All rights reserved.