| | |
| | | |
| | | DeviceTokenIOS selectByDevice(String device); |
| | | |
| | | List<DeviceTokenIOS> selectByUid(Long uid); |
| | | DeviceTokenIOS selectByDeviceForUpdate(String device); |
| | | |
| | | List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count); |
| | | DeviceTokenIOS selectByDeviceToken(String deviceToken); |
| | | |
| | | List<DeviceTokenIOS> selectByUid( @Param("uid")Long uid, @Param("list")List<Integer> list); |
| | | |
| | | List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count, @Param("list")List<Integer> list); |
| | | |
| | | long selectCount(); |
| | | |
| | | int updateByPrimaryKeySelective(DeviceTokenIOS record); |
| | | |
| | | int updateByPrimaryKey(DeviceTokenIOS record); |
| | | |
| | | |
| | | |
| | | |
| | | } |