|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicSearchRepository
Repository that handles TopicSearch beans.
Method Summary | |
---|---|
List<TopicSearch> |
findByInstanceId(String instanceId)
Returns all TopicSearch from Repository with the given instanceId. |
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository |
---|
deleteAllInBatch, deleteInBatch, findAll, findAll, flush, save, saveAndFlush |
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository |
---|
findAll |
Methods inherited from interface org.springframework.data.repository.CrudRepository |
---|
count, delete, delete, delete, deleteAll, exists, findAll, findOne, save |
Method Detail |
---|
@Query(value="from TopicSearch where instanceId = :instanceId") List<TopicSearch> findByInstanceId(@Param(value="instanceId") String instanceId)
Query
annotation declared one.
instanceId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |