Package io.jmix.eclipselink.impl
Class QueryResultsManagerImpl
java.lang.Object
io.jmix.eclipselink.impl.QueryResultsManagerImpl
- All Implemented Interfaces:
QueryResultsManager
@Deprecated(forRemoval=true)
@Component("data_QueryResultsManager")
public class QueryResultsManagerImpl
extends Object
implements QueryResultsManager
Deprecated, for removal: This API element is subject to removal in a future version.
DEPRECATED, will be removed in 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final int
Deprecated, for removal: This API element is subject to removal in a future version.protected CurrentAuthentication
Deprecated, for removal: This API element is subject to removal in a future version.protected DbmsSpecifics
Deprecated, for removal: This API element is subject to removal in a future version.protected static final int
Deprecated, for removal: This API element is subject to removal in a future version.protected static final int
Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.jdbc.core.JdbcTemplate
Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.beans.factory.ObjectProvider<JpqlQueryBuilder>
Deprecated, for removal: This API element is subject to removal in a future version.protected Metadata
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryTransformerFactory
Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.transaction.support.TransactionTemplate
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(int queryKey) Deprecated, for removal: This API element is subject to removal in a future version.protected 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
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.protected boolean
resultsAlreadySaved
(Integer queryKey, LoadContext.Query query) 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.protected void
setDataSource
(DataSource dataSource) Deprecated, for removal: This API element is subject to removal in a future version.protected void
setTransactionManager
(org.springframework.transaction.PlatformTransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
dbmsSpecifics
Deprecated, for removal: This API element is subject to removal in a future version. -
currentAuthentication
Deprecated, for removal: This API element is subject to removal in a future version. -
metadata
Deprecated, for removal: This API element is subject to removal in a future version. -
queryTransformerFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
jpqlQueryBuilderProvider
@Autowired protected org.springframework.beans.factory.ObjectProvider<JpqlQueryBuilder> jpqlQueryBuilderProviderDeprecated, for removal: This API element is subject to removal in a future version. -
jdbcTemplate
protected org.springframework.jdbc.core.JdbcTemplate jdbcTemplateDeprecated, for removal: This API element is subject to removal in a future version. -
transaction
protected org.springframework.transaction.support.TransactionTemplate transactionDeprecated, for removal: This API element is subject to removal in a future version. -
BATCH_SIZE
protected static final int BATCH_SIZEDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DELETE_BATCH_SIZE
protected static final int DELETE_BATCH_SIZEDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
INACTIVE_DELETION_MAX
protected static final int INACTIVE_DELETION_MAXDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
QueryResultsManagerImpl
public QueryResultsManagerImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setDataSource
Deprecated, for removal: This API element is subject to removal in a future version. -
setTransactionManager
@Autowired protected void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version. -
savePreviousQueryResults
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
savePreviousQueryResults
in interfaceQueryResultsManager
-
resultsAlreadySaved
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.- Specified by:
insert
in interfaceQueryResultsManager
-
delete
public void delete(int queryKey) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
delete
in interfaceQueryResultsManager
-
deleteForCurrentSession
public void deleteForCurrentSession()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deleteForCurrentSession
in interfaceQueryResultsManager
-
deleteForInactiveSessions
public void deleteForInactiveSessions()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deleteForInactiveSessions
in interfaceQueryResultsManager
-
internalDeleteForInactiveSessions
public void internalDeleteForInactiveSessions()Deprecated, for removal: This API element is subject to removal in a future version. -
delete
Deprecated, for removal: This API element is subject to removal in a future version.
-