Class AccountingPersistenceQueryFactory
java.lang.Object
org.gcube.accounting.analytics.persistence.AccountingPersistenceQueryFactory
- Author:
- Luca Frosini (ISTI - CNR)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InheritableThreadLocal<String>Used to force the query in a certain scope without changing the current effective scope.static AccountingPersistenceQuery
-
Constructor Details
-
AccountingPersistenceQueryFactory
public AccountingPersistenceQueryFactory()
-
-
Method Details
-
getForcedQueryScope
Used to force the query in a certain scope without changing the current effective scope. Please note that is responsibility of the AccountingPersistenceBackendQuery implementation use the scope to query. The facility method AccountingPersistenceBackendQuery.getScopeToQuery() has been also created -
getInstance
-