Package dao
Interface PagingGridDao
- All Superinterfaces:
ILoadDao<LoadOptions>
,LoadDao
,TableProvider
,WebbpmDao
- All Known Implementing Classes:
PagingGridDaoImpl
- Author:
- a.petrov
-
Method Summary
Modifier and TypeMethodDescriptionlong
getTotalRowCount
(LoadOptions loadOptions) load
(Set<EntityColumn> columns, LoadOptions loadOptions) Methods inherited from interface ru.cg.webbpm.modules.database.api.dao.ILoadDao
getTotalRowCount
Methods inherited from interface ru.cg.webbpm.modules.database.api.dao.LoadDao
getDatasourceJndiName, getPkFields, load, loadAggregations, loadAggregations, loadByPK, loadByPK, loadMultiFieldAggregations
Methods inherited from interface ru.cg.webbpm.modules.database.api.TableProvider
getTableByAlias, getUsedTables
-
Method Details
-
load
- Specified by:
load
in interfaceILoadDao<LoadOptions>
- Specified by:
load
in interfaceLoadDao
-
getTotalRowCount
- Specified by:
getTotalRowCount
in interfaceILoadDao<LoadOptions>
- Specified by:
getTotalRowCount
in interfaceLoadDao
-