Package org.flowable.idm.api
Interface NativeGroupQuery
-
- All Superinterfaces:
NativeQuery<NativeGroupQuery,Group>
public interface NativeGroupQuery extends NativeQuery<NativeGroupQuery,Group>
Allows querying ofGroups via native (SQL) queries- Author:
- Henry Yan(http://www.kafeitu.me)
-
-
Method Summary
-
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-