@Repository public interface StreamDefinitionRepository extends org.springframework.data.repository.PagingAndSortingRepository<StreamDefinition,String>
StreamDefinition
s.Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<StreamDefinition> |
findByNameLike(SearchPageable searchPageable) |
org.springframework.data.domain.Page<StreamDefinition> findByNameLike(SearchPageable searchPageable)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.