public interface DeviceEntityManager extends org.flowable.common.engine.impl.persistence.entity.EntityManager<DeviceEntity>
| Modifier and Type | Method and Description | 
|---|---|
| long | countByCriteria(DeviceQuery deviceQuery) | 
| DeviceQuery | createDeviceQuery() | 
| List<Device> | findByCriteria(DeviceQuery deviceQuery) | 
DeviceQuery createDeviceQuery()
long countByCriteria(DeviceQuery deviceQuery)
List<Device> findByCriteria(DeviceQuery deviceQuery)
Copyright © 2019. All rights reserved.