Uses of Class
info.ejava.examples.db.jpa.songs.bo.Song
Packages that use Song
Package
Description
-
Uses of Song in info.ejava.examples.db.jpa.songs.dao
Methods in info.ejava.examples.db.jpa.songs.dao that return SongMethods in info.ejava.examples.db.jpa.songs.dao with parameters of type Song -
Uses of Song in info.ejava.examples.db.jpa.songs.repo
Methods in info.ejava.examples.db.jpa.songs.repo that return types with arguments of type SongModifier and TypeMethodDescriptionSongsRepository.findByArtistGESize
(int length) SongsRepository.findByReleasedAfter
(LocalDate date) org.springframework.data.domain.Page
<Song> SongsRepository.findByReleasedAfter
(LocalDate date, org.springframework.data.domain.Pageable pageable) SongsRepository.findByReleasedBetween
(LocalDate starting, LocalDate ending) org.springframework.data.domain.Page
<Song> SongsRepository.findByReleasedBetween
(LocalDate starting, LocalDate ending, org.springframework.data.domain.Pageable pageable) SongsRepository.findByReleasedGreaterThanEqual
(LocalDate date) SongsRepository.findByTitle
(String title) SongsRepository.findByTitleContaining
(String string) SongsRepository.findByTitleGESize
(int length) SongsRepository.findByTitleLike
(String string) SongsRepository.findByTitleNot
(String title) SongsRepository.findByTitleNotContaining
(String title) SongsRepository.findByTitleNotLike
(String title) SongsRepository.findByTitleNullAndReleasedAfter
(LocalDate date) org.springframework.data.domain.Slice
<Song> SongsRepository.findByTitleNullAndReleasedAfter
(LocalDate date, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Slice
<Song> SongsRepository.findByTitleStartingWith
(String string, org.springframework.data.domain.Pageable pageable) SongsRepository.findByTitleStartingWith
(String string, org.springframework.data.domain.Sort sort) org.springframework.data.domain.Page
<Song> SongsRepository.findPageByTitleNullAndReleasedAfter
(LocalDate date, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Song> SongsRepository.findPageByTitleStartingWith
(String string, org.springframework.data.domain.Pageable pageable) SongsRepository.getByTitle
(String title) SongsRepositoryCustom.random()
SongsRepositoryCustomImpl.random()
SongsRepositoryCustomImpl.songs
(int offset, int limit) -
Uses of Song in info.ejava.examples.db.jpa.songs.svc
Methods in info.ejava.examples.db.jpa.songs.svc that return SongMethods in info.ejava.examples.db.jpa.songs.svc that return types with arguments of type SongMethods in info.ejava.examples.db.jpa.songs.svc with parameters of type SongMethod parameters in info.ejava.examples.db.jpa.songs.svc with type arguments of type Song