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 intDeprecated, for removal: This API element is subject to removal in a future version.protected CurrentAuthenticationDeprecated, for removal: This API element is subject to removal in a future version.protected DbmsSpecificsDeprecated, for removal: This API element is subject to removal in a future version.protected static final intDeprecated, for removal: This API element is subject to removal in a future version.protected static final intDeprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.jdbc.core.JdbcTemplateDeprecated, 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 MetadataDeprecated, for removal: This API element is subject to removal in a future version.protected QueryTransformerFactoryDeprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.transaction.support.TransactionTemplateDeprecated, 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 TypeMethodDescriptionvoiddelete(int queryKey) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.protected booleanresultsAlreadySaved(Integer queryKey, LoadContext.Query query) Deprecated, for removal: This API element is subject to removal in a future version.voidsavePreviousQueryResults(LoadContext loadContext) Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetDataSource(DataSource dataSource) Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetTransactionManager(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:
savePreviousQueryResultsin 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:
insertin interfaceQueryResultsManager
-
delete
public void delete(int queryKey) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deletein interfaceQueryResultsManager
-
deleteForCurrentSession
public void deleteForCurrentSession()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deleteForCurrentSessionin interfaceQueryResultsManager
-
deleteForInactiveSessions
public void deleteForInactiveSessions()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deleteForInactiveSessionsin 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.
-