Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
queryTopicCache
Method · 0.65
query_cache_findById
Method · 0.65
query_cache_findById
Method · 0.65
query_cache_findById
Method · 0.65
addRiskSensitiveWords
Method · 0.65
query_cache_findById
Method · 0.65
query_cache_findById
Method · 0.65
getEditLinkViewModel
Method · 0.65
editLink
Method · 0.65
deleteLink
Method · 0.65
deleteFavorite
Method · 0.65
getHelpPage
Method · 0.65
Implementers
1
TagRepositoryImpl
src/main/java/cms/repository/topic/imp
Calls
no outgoing calls
Tested by
no test coverage detected