Skip to content

Commit

Permalink
Update _entityClass_Repository_reactive.kt.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Aug 7, 2024
1 parent 2f014ba commit fbae069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface <%= entityClass %>Repository: ReactiveMongoRepository<<%= persistClass
@Query("{}")
fun findAllWithEagerRelationships(): Flux<<%= persistClass %>>
@Query("{'id': ?0}"")
@Query("{'id': ?0}")
fun findOneWithEagerRelationships(id: <%= primaryKey.type %>): Mono<<%= persistClass %>>
<%_ } _%>
}

0 comments on commit fbae069

Please sign in to comment.