Update storage-extention.md (#6564)

This commit is contained in:
Harry 2021-03-18 10:11:19 +08:00 committed by GitHub
parent bfef6d9120
commit 3553b2ed00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ Here is the list of all DAO interfaces in storage
1. ITopNRecordsQueryDAO
1. IBrowserLogQueryDAO
1. IProfileTaskQueryDAO
1. IProfileTaskLogQueryDAO
1. IProfileThreadSnapshotQueryDAO
1. UITemplateManagementDAO
## Register all service implementations
In `public void prepare()`, use `this#registerServiceImplementation` method to do register binding your implementation with the above interfaces.