toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.article.usecase.transaction
/
ArticleViewCountTxCase
Article
View
Count
Tx
Case
@
Component
class
ArticleViewCountTxCase
(
articleViewCountDao
:
ArticleViewCountDao
)
Members
Constructors
Article
View
Count
Tx
Case
Link copied to clipboard
constructor
(
articleViewCountDao
:
ArticleViewCountDao
)
Functions
browse
Article
View
Count
Link copied to clipboard
@
Transactional
(
isolation
=
Isolation.READ_UNCOMMITTED
,
propagation
=
Propagation.REQUIRES_NEW
)
fun
browseArticleViewCount
(
articleId
:
Long
)
:
Long