Methods inherited from interface com.tvd12.ezyfox.database.service.EzyCountSerivce
count
Methods inherited from interface com.tvd12.ezyfox.database.service.EzySaveOneSerivce
save
Methods inherited from interface com.tvd12.ezyfox.database.service.EzySaveManyService
save, save
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyFindById
containsById, findById, findByIdOptional
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyFindListByIds
findListByIds
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyFindByField
containsByField, findByField, findByFieldOptional
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyFindListByField
findListByField, findListByField
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyFindAllService
findAll, findAll
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyDeleteAllService
deleteAll
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyDeleteByIdService
delete
Methods inherited from interface com.tvd12.ezyfox.database.service.EzyDeleteByIdsService
deleteByIds
Method Detail
findByLetterIdAndToAdminId
org.youngmonkeys.ezyplatform.entity.LetterReceiver findByLetterIdAndToAdminId(long letterId,
long toAdminId)
countUnreadLettersByToAdminId
@EzyQuery(value="SELECT count(*) FROM LetterReceiver e WHERE e.toAdminId = ?0 AND e.readAt is NULL")
long countUnreadLettersByToAdminId(long toAdminId)