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
findByDataTypeAndIdGtOrderByIdAsc
@EzyQuery(value="SELECT e FROM Setting e WHERE e.dataType = ?0 AND e.id > ?1 ORDER BY e.id ASC")
List<org.youngmonkeys.ezyplatform.entity.Setting> findByDataTypeAndIdGtOrderByIdAsc(String dataType,
long idGt,
com.tvd12.ezyfox.util.Next next)