@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, saveAndFlush
findAll
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
count, exists, findAll, findOne
List<Channel> findByLineup(String lineup)
@Transactional long deleteByLineup(String lineup)
Copyright © 2015–2021. All rights reserved.