@Repository @Transactional(readOnly=true) public interface ChannelRepository extends JpaRepository<Channel,Channel.PK>
| Modifier and Type | Method and Description |
|---|---|
Optional<Channel> |
findByLineupAndChannel(String lineup,
String channel) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savecount, exists, findAll, findOneOptional<Channel> findByLineupAndChannel(String lineup, String channel)
Copyright © 2015–2020 Allen D. Ball. All rights reserved.