|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdcAxisValueRepository
DAO that handles the persistence of PdcAxisValue beans.
Method Summary | |
---|---|
List<PdcAxisValue> |
findByAxisId(Long axisId)
Finds all the values of the specified PdC's axis. |
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 PdcAxisValue where axisId = :axisId") List<PdcAxisValue> findByAxisId(@Param(value="axisId") Long axisId)
axisId
- the unique identifier of the axis.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |