portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.domain
/
ArticleRepository
/
findByCreatedAtBetween
find
By
Created
At
Between
abstract
fun
findByCreatedAtBetween
(
createdAtStart
:
Instant
,
createdAtEnd
:
Instant
)
:
List
<
Article
>
게시글 생성일자 범위로 조회하는 메소드