Package io.jmix.eclipselink.impl
Interface QueryResultsManager
- All Known Implementing Classes:
QueryResultsManagerImpl
Deprecated, for removal: This API element is subject to removal in a future version.
DEPRECATED, will be removed in 3.0.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(int queryKey) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
savePreviousQueryResults
(LoadContext loadContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
savePreviousQueryResults
Deprecated, for removal: This API element is subject to removal in a future version. -
insert
Deprecated, for removal: This API element is subject to removal in a future version. -
delete
void delete(int queryKey) Deprecated, for removal: This API element is subject to removal in a future version. -
deleteForCurrentSession
void deleteForCurrentSession()Deprecated, for removal: This API element is subject to removal in a future version. -
deleteForInactiveSessions
void deleteForInactiveSessions()Deprecated, for removal: This API element is subject to removal in a future version.
-