Interface DeviceDataManager
-
- All Superinterfaces:
DataManager<DeviceEntity>
- All Known Implementing Classes:
MybatisDeviceDataManager
public interface DeviceDataManager extends DataManager<DeviceEntity>
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
countByCriteria(DeviceQueryImpl deviceQuery)
List<Device>
findByCriteria(DeviceQueryImpl deviceQuery)
-
-
-
Method Detail
-
countByCriteria
long countByCriteria(DeviceQueryImpl deviceQuery)
-
findByCriteria
List<Device> findByCriteria(DeviceQueryImpl deviceQuery)
-
-