@Repository public class EntryJdbcMapper extends Object implements EntryMapper
| Constructor and Description |
|---|
EntryJdbcMapper(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate jdbcTemplate) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<am.ik.blog.entry.Entry> |
collectAll(SearchCriteria searchCriteria,
org.springframework.data.domain.Pageable pageable) |
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) |
void |
save(am.ik.blog.entry.Entry entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindPagepublic EntryJdbcMapper(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate jdbcTemplate)
public long count(SearchCriteria searchCriteria)
count in interface EntryMapperpublic am.ik.blog.entry.Entry findOne(am.ik.blog.entry.EntryId entryId,
boolean excludeContent)
findOne in interface EntryMapperpublic List<am.ik.blog.entry.Entry> findAll(SearchCriteria searchCriteria, org.springframework.data.domain.Pageable pageable)
findAll in interface EntryMapperpublic reactor.core.publisher.Flux<am.ik.blog.entry.Entry> collectAll(SearchCriteria searchCriteria, org.springframework.data.domain.Pageable pageable)
collectAll in interface EntryMapper@Transactional public void save(am.ik.blog.entry.Entry entry)
save in interface EntryMapper@Transactional public int delete(am.ik.blog.entry.EntryId entryId)
delete in interface EntryMapperCopyright © 2018. All rights reserved.