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