Package org.duracloud.account.db.repo
Interface DuracloudStorageProviderAccountRepo
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<StorageProviderAccount,Long>,org.springframework.data.jpa.repository.JpaRepository<StorageProviderAccount,Long>,org.springframework.data.repository.PagingAndSortingRepository<StorageProviderAccount,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<StorageProviderAccount>,org.springframework.data.repository.Repository<StorageProviderAccount,Long>
@Repository("storageProviderAccountRepo") public interface DuracloudStorageProviderAccountRepo extends org.springframework.data.jpa.repository.JpaRepository<StorageProviderAccount,Long>- Author:
- Erik Paulsson Date: 7/9/13
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, delete, delete, deleteAll, exists, findOne, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlush
-
-