package org.gcube.accounting.aggregator.persistence; import org.gcube.accounting.analytics.persistence.postgresql.AccountingPersistenceQueryPostgreSQL; /** * @author Luca Frosini (ISTI-CNR) */ public class PostgreSQLConnectorSrc extends PostgreSQLConnector implements AggregatorPersistenceSrc { protected PostgreSQLConnectorSrc() throws Exception { super(AccountingPersistenceQueryPostgreSQL.class); } }