mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-12 08:52:38 +00:00
parent
b50f6f8939
commit
59d0e82ec3
@ -90,7 +90,9 @@ public class ClassificationRepository extends EntityRepository<Classification> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Integer getUsageCount(Classification classification) {
|
private Integer getUsageCount(Classification classification) {
|
||||||
return daoCollection.tagUsageDAO().getTagCount(TagSource.CLASSIFICATION.ordinal(), classification.getName());
|
return daoCollection
|
||||||
|
.tagUsageDAO()
|
||||||
|
.getTagCount(TagSource.CLASSIFICATION.ordinal(), classification.getFullyQualifiedName());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class TagLabelMapper implements RowMapper<TagLabel> {
|
public static class TagLabelMapper implements RowMapper<TagLabel> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user