package org.gcube.accounting.aggregator.persistence; import org.gcube.documentstore.persistence.PersistencePostgreSQL; /** * @author Luca Frosini (ISTI-CNR) */ public class PostgreSQLConnectorDst extends PostgreSQLConnector implements AggregatorPersistenceDst { protected PostgreSQLConnectorDst() throws Exception { // super(PostgreSQLConnectorDst.class); super(PersistencePostgreSQL.class); } }