/** * */ package org.gcube.accounting.analytics.persistence; /** * @author Luca Frosini (ISTI - CNR) * */ public class AccountingPersistenceQueryFactory { public static AccountingPersistenceQuery getInstance() { return AccountingPersistenceQuery.getInstance(); } }