@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, saveAndFlush
findAll
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
count, exists, findAll, findOne
Optional<Channel> findByLineupAndChannel(String lineup, String channel)
Copyright © 2015–2020 Allen D. Ball. All rights reserved.