Methods inherited from interface org.youngmonkeys.ezyplatform.repo.UserRoleNameRepository
findByNameIn
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
findAllOrderByPriorityId
@EzyQuery(value="SELECT e FROM UserRoleName e ORDER BY e.priority ASC, e.id ASC")
List<org.youngmonkeys.ezyplatform.entity.UserRoleName> findAllOrderByPriorityId(com.tvd12.ezyfox.util.Next next)