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 fe39867 commit fee7dca
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@
package <%= entityAbsolutePackage %>.repository
import <%= entityAbsolutePackage %>.domain.<%= persistClass %>
<%_ if (!paginationNo || implementsEagerLoadApis) { _%>
import org.springframework.data.domain.Pageable
<%_ } _%>
import org.springframework.stereotype.Repository
<%_ if (!paginationNo || implementsEagerLoadApis) { _%>
import reactor.core.publisher.Flux
<%_ } _%>
<%_ if (implementsEagerLoadApis) { _%>
import reactor.core.publisher.Mono
<%_ } _%>
<%_ if (primaryKey.typeUUID) { _%>
import java.util.UUID
Expand Down

0 comments on commit fee7dca

Please sign in to comment.