@Mapper
public interface EntryMapper
| Modifier and Type | Method and Description |
|---|---|
default reactor.core.publisher.Flux<am.ik.blog.entry.Entry> |
collectAll(SearchCriteria searchCriteria,
org.springframework.data.domain.Pageable pageable) |
void |
collectAll(SearchCriteria searchCriteria,
org.springframework.data.domain.Pageable pageable,
org.apache.ibatis.session.ResultHandler<am.ik.blog.entry.Entry> handler) |
long |
count(SearchCriteria searchCriteria) |
int |
delete(am.ik.blog.entry.EntryId entryId) |
List<am.ik.blog.entry.Entry> |
findAll(SearchCriteria searchCriteria,
org.springframework.data.domain.Pageable pageable) |
am.ik.blog.entry.Entry |
findOne(am.ik.blog.entry.EntryId entryId,
boolean excludeContent) |
default org.springframework.data.domain.Page<am.ik.blog.entry.Entry> |
findPage(SearchCriteria searchCriteria,
org.springframework.data.domain.Pageable pageable) |
void |
save(am.ik.blog.entry.Entry entry) |
long count(@Param(value="criteria")
SearchCriteria searchCriteria)
am.ik.blog.entry.Entry findOne(@Param(value="entryId")
am.ik.blog.entry.EntryId entryId,
@Param(value="excludeContent")
boolean excludeContent)
List<am.ik.blog.entry.Entry> findAll(@Param(value="criteria") SearchCriteria searchCriteria, @Param(value="pageable") org.springframework.data.domain.Pageable pageable)
void collectAll(@Param(value="criteria")
SearchCriteria searchCriteria,
@Param(value="pageable")
org.springframework.data.domain.Pageable pageable,
org.apache.ibatis.session.ResultHandler<am.ik.blog.entry.Entry> handler)
void save(am.ik.blog.entry.Entry entry)
int delete(@Param(value="entryId")
am.ik.blog.entry.EntryId entryId)
default org.springframework.data.domain.Page<am.ik.blog.entry.Entry> findPage(SearchCriteria searchCriteria, org.springframework.data.domain.Pageable pageable)
default reactor.core.publisher.Flux<am.ik.blog.entry.Entry> collectAll(SearchCriteria searchCriteria, org.springframework.data.domain.Pageable pageable)
Copyright © 2018. All rights reserved.