MCPcopy Create free account
hub / github.com/diyhi/bbs / findById

Method findById

src/main/java/cms/repository/topic/TagRepository.java:19–19  ·  view source on GitHub ↗

根据Id查询标签 @param tagId 标签Id @return

(Long tagId)

Source from the content-addressed store, hash-verified

17 * @return
18 */
19 public Tag findById(Long tagId);
20 /**
21 * 根据Id查询标签
22 * @param tagId 标签Id

Callers 15

queryTopicCacheMethod · 0.65
query_cache_findByIdMethod · 0.65
query_cache_findByIdMethod · 0.65
query_cache_findByIdMethod · 0.65
addRiskSensitiveWordsMethod · 0.65
query_cache_findByIdMethod · 0.65
query_cache_findByIdMethod · 0.65
getEditLinkViewModelMethod · 0.65
editLinkMethod · 0.65
deleteLinkMethod · 0.65
deleteFavoriteMethod · 0.65
getHelpPageMethod · 0.65

Implementers 1

TagRepositoryImplsrc/main/java/cms/repository/topic/imp

Calls

no outgoing calls

Tested by

no test coverage detected