Class AccountingPersistenceQueryFactory

java.lang.Object
org.gcube.accounting.analytics.persistence.AccountingPersistenceQueryFactory

public class AccountingPersistenceQueryFactory extends Object
Author:
Luca Frosini (ISTI - CNR)
  • Constructor Details

    • AccountingPersistenceQueryFactory

      public AccountingPersistenceQueryFactory()
  • Method Details

    • getForcedQueryScope

      public static InheritableThreadLocal<String> 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

      public static AccountingPersistenceQuery getInstance()