@Repository @Transactional(readOnly=true) public interface ChannelRepository extends JpaRepository<Channel,Channel.PK>
| Modifier and Type | Method and Description |
|---|---|
long |
deleteByLineup(String lineup) |
List<Channel> |
findByLineup(String lineup) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savecount, exists, findAll, findOneList<Channel> findByLineup(String lineup)
@Transactional long deleteByLineup(String lineup)
Copyright © 2015–2021. All rights reserved.