|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QuotaRepository
| Method Summary | |
|---|---|
Quota |
getByTypeAndResourceId(String type,
String resourceId)
|
| Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository |
|---|
deleteAllInBatch, deleteInBatch, findAll, findAll, flush, save, saveAndFlush |
| Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository |
|---|
findAll |
| Methods inherited from interface org.springframework.data.repository.CrudRepository |
|---|
count, delete, delete, delete, deleteAll, exists, findAll, findOne, save |
| Method Detail |
|---|
@Query(value="from Quota where type = :type and resourceId = :resourceId")
Quota getByTypeAndResourceId(@Param(value="type")
String type,
@Param(value="resourceId")
String resourceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||