cardano-foundation / cf-ledger-sync

An open-source Java application designed to facilitate access to indexed Cardano blockchain data
Apache License 2.0
19 stars 2 forks source link

Revert the changes related to jOOQ #131

Closed Sotatek-HuyLe3a closed 6 months ago

Sotatek-HuyLe3a commented 6 months ago

Instead of using jOOQ to find address_token_balance records by (address, fingerprint) pair or (address_id, multiasset_id) pair, use Hibernate with the Criteria API.