@Repository(value="instanceRepo") public interface DuracloudInstanceRepo extends org.springframework.data.jpa.repository.JpaRepository<DuracloudInstance,Long>
| Modifier and Type | Method and Description |
|---|---|
List<DuracloudInstance> |
findByAccountId(Long accountId)
This method returns the set of instances associated with a given account
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlushList<DuracloudInstance> findByAccountId(Long accountId)
accountId - of accountCopyright © 2015–2016 DuraSpace. All rights reserved.