public interface ViewRepository extends org.springframework.data.jpa.repository.JpaRepository<View,Long>
| Modifier and Type | Method and Description |
|---|---|
List<View> |
findByOwnerIsCurrentUser(String login) |
List<View> |
findByOwnerIsCurrentUserOrShared(String login) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2019 Power TAC. All rights reserved.